#06517E

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

Shades of Dark Cerulean #06517E

Tints of Dark Cerulean #06517E

Color information

#06517E (or 0x06517E) is unknown color: approx Dark Cerulean. HEX triplet: 06, 51 and 7E. RGB value is (6,81,126). Sum of RGB (Red+Green+Blue) = 6+81+126=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #06517E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06517E is #F9AE81. Grayscale: #3F3F3F. Windows color (decimal): -16363138 or 8278278. OLE color: 8278278.

HSL color Cylindrical-coordinate representation of color #06517E: hue angle of 202.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06517E is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB681126-
CMYK0.950.3600.51
HSL202.5º90.91%25.88%-
HSV(B)202.5º95.24%49.41%-
XYZ6.787.4320.82-
YUV63.7163.1586.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 126 (49.61% from 255) = 59.15%
R=2.82%
G=38.03%
B=59.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6811260.950.3600.51202.590.9125.88
Hex6517E5F24033ca5b1a
Octal61211761374406331213332
Binary110101000111111101011111100100011001111001010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06517E; }

 p { color: rgb(6,81,126); }

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

<style>
 a { background-color: #06517E; }

 a { background-color: rgb(6,81,126); }

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

<style>
 span { border-color: #06517E; }

 span { border-color: rgb(6,81,126); }

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