Shades of Dark Cerulean #06377F
Tints of Dark Cerulean #06377F
RGB
CMYK
RGB Variations
Color information
#06377F (or 0x06377F) is known color: Dark Cerulean. HEX triplet: 06, 37 and 7F. RGB value is (6,55,127). Sum of RGB (Red+Green+Blue) = 6+55+127=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #06377F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06377F is #F9C880. Grayscale: #303030. Windows color (decimal): -16369793 or 8337158. OLE color: 8337158.
HSL color Cylindrical-coordinate representation of color #06377F: hue angle of 215.7º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06377F is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 55 | 127 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.50 |
| HSL | 215.7º | 0.91% | 0.26% | - |
| HSV(B) | 215.7º | 0.95% | 0.5% | - |
| XYZ | 5.27 | 4.3 | 20.63 | - |
| YUV | 48.56 | 172.27 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 127 | 0.95 | 0.57 | 0 | 0.50 | 215.7 | 0.91 | 0.26 |
| Hex | 6 | 37 | 7F | 5F | 39 | 0 | 32 | D8 | 5B | 1A |
| Octal | 6 | 67 | 177 | 137 | 71 | 0 | 62 | 330 | 133 | 32 |
| Binary | 110 | 110111 | 1111111 | 1011111 | 111001 | 0 | 110010 | 11011000 | 1011011 | 11010 |
Color Harmonies of #06377F
Complementary color
Monochromatic Colors of #06377F
Black with #06377F
Text Example
Text Example
White with #06377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06377F; }
p { color: rgb(6,55,127); }
H1.HeaderClassName
{
color: #06377F;
}
.AnyTagClassName
{
color: #06377F;
}
</style>
background-color css
<style>
a { background-color: #06377F; }
a { background-color: rgb(6,55,127); }
div.DivClassName
{
background-color: #06377F;
}
.BgClassName
{
background-color: #06377F;
}
</style>
border-color css
<style>
span { border-color: #06377F; }
span { border-color: rgb(6,55,127); }
td.TdClassName
{
border-color: #06377F;
}
.TagClassName
{
border-color: #06377F;
}
</style>