COLOR #03125F

HEX: #03125F RGB: (3,18,95)

Color info

#03125F contains mainly blue color. Web safe color of #03125F is #000066 (or #006).

RGB color model

#03125F color RGB value is (3,18,95).

RGB: (3,18,95) (1%, 7%, 37%)

RGB channels and saturation

R 3 of 255 = 1%
G 18 of 255 = 7%
B 95 of 255 = 37%

3
18
95

R + G + B ~ 15%. #03125F is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 18 + 95 = 116 (100%)
R 3 of 116 ~ 2.59%
G 18 of 116 ~ 15.52%
B 95 of 116 ~ 81.9'%

%15.52
%81.9

CMYK color model

#03125F color CMYK value is (97,81,0,63).

  • cyan value is 96.84%
  • magenta value is 81.05%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (97,81,0,63)
C97M81Y0K63 (97%, 81%, 0%, 63%)
(0.97 / 0.81 / 0.00 / 0.63)

CMYK percentages

%96.84
%81.05
%0
%62.75

Codes

Color #03125F in popluar color models

03 12 5F
RGB 3 18 95
HSL 230° 93.88% 19.22%
HSB/HSV 230° 96.84% 37.25%
CMYK 96.84% 81.05% 0.00%
62.75%

Color #03125F in popluar number systems.

HEX 03 12 5F
Decimal 3 18 95
Binary 11 10010 1011111
Octal 3 22 137

Shades and tints

Shades of #03125F

#03125F
(3,18,95)
#031157
(3,17,87)
#03104F
(3,16,79)
#030F47
(3,15,71)
#030E3F
(3,14,63)
#030D37
(3,13,55)
#030C2F
(3,12,47)
#030B27
(3,11,39)
#030A1F
(3,10,31)
#030917
(3,9,23)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #03125F

#03125F
(3,18,95)
#19276D
(25,39,109)
#2F3C7B
(47,60,123)
#455189
(69,81,137)
#5B6697
(91,102,151)
#717BA5
(113,123,165)
#8790B3
(135,144,179)
#9DA5C1
(157,165,193)
#B3BACF
(179,186,207)
#C9CFDD
(201,207,221)
#DFE4EB
(223,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03125F color. Also use rgb(3,18,95) instead hex code.

Text Font Color

.myTextColor { color: #03125F; }

<p style="color:#03125F">This sample text font color is #03125F.</p>

This text font color is #03125F.

Background Color

.myBgColor { background-color: #03125F; }

<div style="background-color:#03125F">Inner text</div>

This div background color is #03125F.

Border color

.myBorderColor { border: 1px solid #03125F; }

<div style="border:3px solid #03125F">Div</div>

This div border color is #03125F.

Opacity

.myOpacity80 { color: #03125F; opacity: 0.8; }

<p style="color:#03125F;opacity:0.8;">80%</p>

Text with #03125F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #03125F;}

<p style="text-shadow: 3px 3px 1px #03125F">Text here.</p>

This text has shadow with #03125F color.


.textShadow {text-shadow: 3px 3px 1px #03125F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #03125F, 5px 5px 20px red">Text here.</p>

This text has shadow with #03125F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#03125F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#03125F, Direction=45, Strength=4)">Text</p>

This text has shadow with #03125F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #03125F;
-webkit-box-shadow: 1px 1px 3px 2px #03125F;
box-shadow: 1px 1px 3px 2px #03125F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #03125F; -webkit-box-shadow: 1px 1px 3px 2px #03125F; box-shadow:1px 1px 3px 2px #03125F;">
Div content here
</div>

This div box has shadow with color #03125F.

Preview

Color preview on black background

This text has color #03125F on black background.


Color preview on white background

This text has color #03125F on white background.


Black color preview on #03125F background

This text has black color on #03125F background.


White color preview on #03125F background

This text has white color on #03125F background.


Related colors

Complementary color

Complementary color for #hex is #FCEDA0.


I love getcolorcode.com

Triadic colors

1 #5F0312 and #125F03 with #03125F are triadic colors.

2 #5F1203 and #12035F with #03125F are triadic colors.