#06397D

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

Shades of Dark Cerulean #06397D

Tints of Dark Cerulean #06397D

Color information

#06397D (or 0x06397D) is unknown color: approx Dark Cerulean. HEX triplet: 06, 39 and 7D. RGB value is (6,57,125). Sum of RGB (Red+Green+Blue) = 6+57+125=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #06397D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06397D is #F9C682. Grayscale: #313131. Windows color (decimal): -16369283 or 8206598. OLE color: 8206598.

HSL color Cylindrical-coordinate representation of color #06397D: hue angle of 214.29º 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 #06397D is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB657125-
CMYK0.950.5400.51
HSL214.29º90.84%25.69%-
HSV(B)214.29º95.2%49.02%-
XYZ5.244.4519.98-
YUV49.5170.696.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 125 (49.22% from 255) = 66.49%
R=3.19%
G=30.32%
B=66.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6571250.950.5400.51214.2990.8425.69
Hex6397D5F36033d65b1a
Octal6711751376606332613332
Binary11011100111111011011111110110011001111010110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06397D; }

 p { color: rgb(6,57,125); }

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

<style>
 a { background-color: #06397D; }

 a { background-color: rgb(6,57,125); }

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

<style>
 span { border-color: #06397D; }

 span { border-color: rgb(6,57,125); }

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