#06397A

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

Shades of Dark Cerulean #06397A

Tints of Dark Cerulean #06397A

Color information

#06397A (or 0x06397A) is unknown color: approx Dark Cerulean. HEX triplet: 06, 39 and 7A. RGB value is (6,57,122). Sum of RGB (Red+Green+Blue) = 6+57+122=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #06397A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06397A is #F9C685. Grayscale: #303030. Windows color (decimal): -16369286 or 8009990. OLE color: 8009990.

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

Color convert

RGB657122-
CMYK0.950.5300.52
HSL213.62º90.62%25.1%-
HSV(B)213.62º95.08%47.84%-
XYZ5.054.3718.99-
YUV49.16169.197.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 122 (48.05% from 255) = 65.95%
R=3.24%
G=30.81%
B=65.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6571220.950.5300.52213.6290.6225.1
Hex6397A5F35034d65b19
Octal6711721376506432613331
Binary11011100111110101011111110101011010011010110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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