#06397B

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

Shades of Dark Cerulean #06397B

Tints of Dark Cerulean #06397B

Color information

#06397B (or 0x06397B) is unknown color: approx Dark Cerulean. HEX triplet: 06, 39 and 7B. RGB value is (6,57,123). Sum of RGB (Red+Green+Blue) = 6+57+123=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 123 (48.44% from 255 or 66.13% from 186); Max value from RGB is 123 - color contains mainly: blue. Hex color #06397B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06397B is #F9C684. Grayscale: #303030. Windows color (decimal): -16369285 or 8075526. OLE color: 8075526.

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

Color convert

RGB657123-
CMYK0.950.5400.52
HSL213.85º90.7%25.29%-
HSV(B)213.85º95.12%48.24%-
XYZ5.114.419.32-
YUV49.27169.697.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.23%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 123 (48.44% from 255) = 66.13%
R=3.23%
G=30.65%
B=66.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6571230.950.5400.52213.8590.725.29
Hex6397B5F36034d65b19
Octal6711731376606432613331
Binary11011100111110111011111110110011010011010110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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