Shades of Dark Cerulean #08337F
Tints of Dark Cerulean #08337F
RGB
CMYK
RGB Variations
Color information
#08337F (or 0x08337F) is known color: Dark Cerulean. HEX triplet: 08, 33 and 7F. RGB value is (8,51,127). Sum of RGB (Red+Green+Blue) = 8+51+127=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #08337F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08337F is #F7CC80. Grayscale: #2E2E2E. Windows color (decimal): -16239745 or 8336136. OLE color: 8336136.
HSL color Cylindrical-coordinate representation of color #08337F: hue angle of 218.32º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08337F is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 51 | 127 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.50 |
| HSL | 218.32º | 0.88% | 0.26% | - |
| HSV(B) | 218.32º | 0.94% | 0.5% | - |
| XYZ | 5.11 | 3.95 | 20.57 | - |
| YUV | 46.81 | 173.25 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 127 | 0.94 | 0.60 | 0 | 0.50 | 218.32 | 0.88 | 0.26 |
| Hex | 8 | 33 | 7F | 5E | 3C | 0 | 32 | DA | 58 | 1A |
| Octal | 10 | 63 | 177 | 136 | 74 | 0 | 62 | 332 | 130 | 32 |
| Binary | 1000 | 110011 | 1111111 | 1011110 | 111100 | 0 | 110010 | 11011010 | 1011000 | 11010 |
Color Harmonies of #08337F
Complementary color
Monochromatic Colors of #08337F
Black with #08337F
Text Example
Text Example
White with #08337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08337F; }
p { color: rgb(8,51,127); }
H1.HeaderClassName
{
color: #08337F;
}
.AnyTagClassName
{
color: #08337F;
}
</style>
background-color css
<style>
a { background-color: #08337F; }
a { background-color: rgb(8,51,127); }
div.DivClassName
{
background-color: #08337F;
}
.BgClassName
{
background-color: #08337F;
}
</style>
border-color css
<style>
span { border-color: #08337F; }
span { border-color: rgb(8,51,127); }
td.TdClassName
{
border-color: #08337F;
}
.TagClassName
{
border-color: #08337F;
}
</style>