COLOR #06257E

HEX: #06257E
RGB: (6,37,126)

Color info

#06257E contains mainly blue color. Web safe color of #06257E is #003366 (or #036).

RGB color model

#06257E color RGB value is (6,37,126).

  • red value is 6;
  • green value is 37;
  • blue value is 126.
RGB:
(6,37,126)
(2%,15%,49%)

RGB channels and saturation

R 6 of 255 = 2%
G 37 of 255 = 15%
B 126 of 255 = 49%

6
37
126

R + G + B ~ 22%. #06257E is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 37 + 126 = 169 (100%)
R 6 of 169 ~ 3.55%
G 37 of 169 ~ 21.89%
B 126 of 169 ~ 74.56%

%21.89
%74.56

CMYK color model

#06257E color CMYK value is (95,71,0,51).

  • cyan value is 95.24%
  • magenta value is 70.63%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(95,71,0,51)
C95M71Y0K51 
(95%,71%,0%,51%)
(0.95/0.71/0.00/0.51)	

CMYK percentages

%95.24
%70.63
%0
%50.59

Codes

Color #06257E in popluar color models

06257E
RGB637126
HSL225°90.91%25.88%
HSB/HSV225°95.24%49.41%
CMYK95.24%70.63%0.00%
50.59%

Color #06257E in popluar number systems.

HEX06257E
Decimal637126
Binary1101001011111110
Octal645176

Shades and tints

Shades of #06257E

#06257E
(6,37,126)
#062273
(6,34,115)
#061F68
(6,31,104)
#061C5D
(6,28,93)
#061952
(6,25,82)
#061647
(6,22,71)
#06133C
(6,19,60)
#061031
(6,16,49)
#060D26
(6,13,38)
#060A1B
(6,10,27)
#060710
(6,7,16)
#000000
(0,0,0)

Tints of #06257E

#06257E
(6,37,126)
#1C3889
(28,56,137)
#324B94
(50,75,148)
#485E9F
(72,94,159)
#5E71AA
(94,113,170)
#7484B5
(116,132,181)
#8A97C0
(138,151,192)
#A0AACB
(160,170,203)
#B6BDD6
(182,189,214)
#CCD0E1
(204,208,225)
#E2E3EC
(226,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06257E color. Also use rgb(6,37,126) instead hex code.

Text Font Color

.myTextColor { color: #06257E; }

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

This text font color is #06257E.


Background Color

.myBgColor { background-color: #06257E; }

<div style="background-color:#06257E">Inner text</div>

This div background color is #06257E.


Border color

.myBorderColor { border: 1px solid #06257E; }

<div style="border:3px solid #06257E">Div</div>

This div border color is #06257E.


Opacity

.myOpacity80 { color: #06257E; opacity: 0.8; }

<p style="color:#06257E;opacity:0.8;">80%</p>

Text with #06257E 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 #06257E;}

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

This text has shadow with #06257E color.

.textShadow {text-shadow: 3px 3px 1px #06257E, 3px 3px 1px red;}

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

This text has shadow with #06257E primary color and red secondary color.


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

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

This text has shadow with #06257E and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06257E;
-webkit-box-shadow: 1px 1px 3px 2px #06257E;
box-shadow:1px 1px 3px 2px #06257E;">
Div content here</div>
This div box has shadow with color #06257E.

Preview

Color preview on black background

This text has color #06257E on black background.


Color preview on white background

This text has color #06257E on white background.



Black color preview on #06257E background

This text has black color on #06257E background.


White color preview on #06257E background

This text has white color on #06257E background.