Shades of Dark Cerulean #08327F
Tints of Dark Cerulean #08327F
RGB
CMYK
RGB Variations
Color information
#08327F (or 0x08327F) is known color: Dark Cerulean. HEX triplet: 08, 32 and 7F. RGB value is (8,50,127). Sum of RGB (Red+Green+Blue) = 8+50+127=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #08327F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08327F is #F7CD80. Grayscale: #2D2D2D. Windows color (decimal): -16240001 or 8335880. OLE color: 8335880.
HSL color Cylindrical-coordinate representation of color #08327F: hue angle of 218.82º 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 #08327F is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 50 | 127 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.50 |
| HSL | 218.82º | 0.88% | 0.26% | - |
| HSV(B) | 218.82º | 0.94% | 0.5% | - |
| XYZ | 5.07 | 3.87 | 20.56 | - |
| YUV | 46.22 | 173.59 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 127 | 0.94 | 0.61 | 0 | 0.50 | 218.82 | 0.88 | 0.26 |
| Hex | 8 | 32 | 7F | 5E | 3D | 0 | 32 | DB | 58 | 1A |
| Octal | 10 | 62 | 177 | 136 | 75 | 0 | 62 | 333 | 130 | 32 |
| Binary | 1000 | 110010 | 1111111 | 1011110 | 111101 | 0 | 110010 | 11011011 | 1011000 | 11010 |
Color Harmonies of #08327F
Complementary color
Monochromatic Colors of #08327F
Black with #08327F
Text Example
Text Example
White with #08327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08327F; }
p { color: rgb(8,50,127); }
H1.HeaderClassName
{
color: #08327F;
}
.AnyTagClassName
{
color: #08327F;
}
</style>
background-color css
<style>
a { background-color: #08327F; }
a { background-color: rgb(8,50,127); }
div.DivClassName
{
background-color: #08327F;
}
.BgClassName
{
background-color: #08327F;
}
</style>
border-color css
<style>
span { border-color: #08327F; }
span { border-color: rgb(8,50,127); }
td.TdClassName
{
border-color: #08327F;
}
.TagClassName
{
border-color: #08327F;
}
</style>