#06397C

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

Shades of Dark Cerulean #06397C

Tints of Dark Cerulean #06397C

Color information

#06397C (or 0x06397C) is unknown color: approx Dark Cerulean. HEX triplet: 06, 39 and 7C. RGB value is (6,57,124). Sum of RGB (Red+Green+Blue) = 6+57+124=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #06397C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06397C is #F9C683. Grayscale: #313131. Windows color (decimal): -16369284 or 8141062. OLE color: 8141062.

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

Color convert

RGB657124-
CMYK0.950.5400.51
HSL214.07º90.77%25.49%-
HSV(B)214.07º95.16%48.63%-
XYZ5.184.4219.65-
YUV49.39170.197.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=3.21%
G=30.48%
B=66.31%

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
Decimal6571240.950.5400.51214.0790.7725.49
Hex6397C5F36033d65b19
Octal6711741376606332613331
Binary11011100111111001011111110110011001111010110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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