Shades of Dark Cerulean #06377D
Tints of Dark Cerulean #06377D
RGB
CMYK
RGB Variations
Color information
#06377D (or 0x06377D) is known color: Dark Cerulean. HEX triplet: 06, 37 and 7D. RGB value is (6,55,125). Sum of RGB (Red+Green+Blue) = 6+55+125=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #06377D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06377D is #F9C882. Grayscale: #2F2F2F. Windows color (decimal): -16369795 or 8206086. OLE color: 8206086.
HSL color Cylindrical-coordinate representation of color #06377D: hue angle of 215.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 #06377D is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 55 | 125 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.51 |
| HSL | 215.29º | 0.91% | 0.26% | - |
| HSV(B) | 215.29º | 0.95% | 0.49% | - |
| XYZ | 5.14 | 4.25 | 19.95 | - |
| YUV | 48.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 125 | 0.95 | 0.56 | 0 | 0.51 | 215.29 | 0.91 | 0.26 |
| Hex | 6 | 37 | 7D | 5F | 38 | 0 | 33 | D7 | 5B | 1A |
| Octal | 6 | 67 | 175 | 137 | 70 | 0 | 63 | 327 | 133 | 32 |
| Binary | 110 | 110111 | 1111101 | 1011111 | 111000 | 0 | 110011 | 11010111 | 1011011 | 11010 |
Color Harmonies of #06377D
Complementary color
Monochromatic Colors of #06377D
Black with #06377D
Text Example
Text Example
White with #06377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06377D; }
p { color: rgb(6,55,125); }
H1.HeaderClassName
{
color: #06377D;
}
.AnyTagClassName
{
color: #06377D;
}
</style>
background-color css
<style>
a { background-color: #06377D; }
a { background-color: rgb(6,55,125); }
div.DivClassName
{
background-color: #06377D;
}
.BgClassName
{
background-color: #06377D;
}
</style>
border-color css
<style>
span { border-color: #06377D; }
span { border-color: rgb(6,55,125); }
td.TdClassName
{
border-color: #06377D;
}
.TagClassName
{
border-color: #06377D;
}
</style>