#06428B

Color #06428B Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #06428B

Tints of Dark Cerulean #06428B

Color information

#06428B (or 0x06428B) is unknown color: approx Dark Cerulean. HEX triplet: 06, 42 and 8B. RGB value is (6,66,139). Sum of RGB (Red+Green+Blue) = 6+66+139=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #06428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06428B is #F9BD74. Grayscale: #383838. Windows color (decimal): -16366965 or 9126406. OLE color: 9126406.

HSL color Cylindrical-coordinate representation of color #06428B: hue angle of 212.93º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06428B is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB666139-
CMYK0.960.5300.45
HSL212.93º91.72%28.43%-
HSV(B)212.93º95.68%54.51%-
XYZ6.685.825.19-
YUV56.38174.6292.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 139 (54.69% from 255) = 65.88%
R=2.84%
G=31.28%
B=65.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6661390.960.5300.45212.9391.7228.43
Hex6428B603502Dd55c1c
Octal61022131406505532513434
Binary1101000010100010111100000110101010110111010101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06428B; }

 p { color: rgb(6,66,139); }

 H1.HeaderClassName
 {
   color: #06428B;
 }
 .AnyTagClassName
 {
   color: #06428B;
 }
</style>
background-color css

<style>
 a { background-color: #06428B; }

 a { background-color: rgb(6,66,139); }

 div.DivClassName
 {
   background-color: #06428B;
 }
 .BgClassName
 {
   background-color: #06428B;
 }
</style>
border-color css

<style>
 span { border-color: #06428B; }

 span { border-color: rgb(6,66,139); }

 td.TdClassName
 {
   border-color: #06428B;
 }
 .TagClassName
 {
   border-color: #06428B;
 }
</style>