Shades of Dark Cerulean #08327B
Tints of Dark Cerulean #08327B
RGB
CMYK
RGB Variations
Color information
#08327B (or 0x08327B) is known color: Dark Cerulean. HEX triplet: 08, 32 and 7B. RGB value is (8,50,123). Sum of RGB (Red+Green+Blue) = 8+50+123=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #08327B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08327B is #F7CD84. Grayscale: #2D2D2D. Windows color (decimal): -16240005 or 8073736. OLE color: 8073736.
HSL color Cylindrical-coordinate representation of color #08327B: hue angle of 218.09º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08327B is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 50 | 123 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.52 |
| HSL | 218.09º | 0.88% | 0.26% | - |
| HSV(B) | 218.09º | 0.93% | 0.48% | - |
| XYZ | 4.82 | 3.76 | 19.21 | - |
| YUV | 45.76 | 171.59 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 123 | 0.93 | 0.59 | 0 | 0.52 | 218.09 | 0.88 | 0.26 |
| Hex | 8 | 32 | 7B | 5D | 3B | 0 | 34 | DA | 58 | 1A |
| Octal | 10 | 62 | 173 | 135 | 73 | 0 | 64 | 332 | 130 | 32 |
| Binary | 1000 | 110010 | 1111011 | 1011101 | 111011 | 0 | 110100 | 11011010 | 1011000 | 11010 |
Color Harmonies of #08327B
Complementary color
Monochromatic Colors of #08327B
Black with #08327B
Text Example
Text Example
White with #08327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08327B; }
p { color: rgb(8,50,123); }
H1.HeaderClassName
{
color: #08327B;
}
.AnyTagClassName
{
color: #08327B;
}
</style>
background-color css
<style>
a { background-color: #08327B; }
a { background-color: rgb(8,50,123); }
div.DivClassName
{
background-color: #08327B;
}
.BgClassName
{
background-color: #08327B;
}
</style>
border-color css
<style>
span { border-color: #08327B; }
span { border-color: rgb(8,50,123); }
td.TdClassName
{
border-color: #08327B;
}
.TagClassName
{
border-color: #08327B;
}
</style>