Shades of Dark Cerulean #08377D
Tints of Dark Cerulean #08377D
RGB
CMYK
RGB Variations
Color information
#08377D (or 0x08377D) is known color: Dark Cerulean. HEX triplet: 08, 37 and 7D. RGB value is (8,55,125). Sum of RGB (Red+Green+Blue) = 8+55+125=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #08377D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08377D is #F7C882. Grayscale: #303030. Windows color (decimal): -16238723 or 8206088. OLE color: 8206088.
HSL color Cylindrical-coordinate representation of color #08377D: hue angle of 215.9º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08377D is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 55 | 125 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.51 |
| HSL | 215.9º | 0.88% | 0.26% | - |
| HSV(B) | 215.9º | 0.94% | 0.49% | - |
| XYZ | 5.17 | 4.26 | 19.95 | - |
| YUV | 48.93 | 170.93 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 125 | 0.94 | 0.56 | 0 | 0.51 | 215.9 | 0.88 | 0.26 |
| Hex | 8 | 37 | 7D | 5E | 38 | 0 | 33 | D8 | 58 | 1A |
| Octal | 10 | 67 | 175 | 136 | 70 | 0 | 63 | 330 | 130 | 32 |
| Binary | 1000 | 110111 | 1111101 | 1011110 | 111000 | 0 | 110011 | 11011000 | 1011000 | 11010 |
Color Harmonies of #08377D
Complementary color
Monochromatic Colors of #08377D
Black with #08377D
Text Example
Text Example
White with #08377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08377D; }
p { color: rgb(8,55,125); }
H1.HeaderClassName
{
color: #08377D;
}
.AnyTagClassName
{
color: #08377D;
}
</style>
background-color css
<style>
a { background-color: #08377D; }
a { background-color: rgb(8,55,125); }
div.DivClassName
{
background-color: #08377D;
}
.BgClassName
{
background-color: #08377D;
}
</style>
border-color css
<style>
span { border-color: #08377D; }
span { border-color: rgb(8,55,125); }
td.TdClassName
{
border-color: #08377D;
}
.TagClassName
{
border-color: #08377D;
}
</style>