Shades of Dark Cerulean #08456A
Tints of Dark Cerulean #08456A
RGB
CMYK
RGB Variations
Color information
#08456A (or 0x08456A) is known color: Dark Cerulean. HEX triplet: 08, 45 and 6A. RGB value is (8,69,106). Sum of RGB (Red+Green+Blue) = 8+69+106=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #08456A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08456A is #F7BA95. Grayscale: #363636. Windows color (decimal): -16235158 or 6964488. OLE color: 6964488.
HSL color Cylindrical-coordinate representation of color #08456A: hue angle of 202.65º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08456A is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 69 | 106 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.58 |
| HSL | 202.65º | 0.86% | 0.22% | - |
| HSV(B) | 202.65º | 0.92% | 0.42% | - |
| XYZ | 4.83 | 5.35 | 14.41 | - |
| YUV | 54.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 106 | 0.92 | 0.35 | 0 | 0.58 | 202.65 | 0.86 | 0.22 |
| Hex | 8 | 45 | 6A | 5C | 23 | 0 | 3A | CB | 56 | 16 |
| Octal | 10 | 105 | 152 | 134 | 43 | 0 | 72 | 313 | 126 | 26 |
| Binary | 1000 | 1000101 | 1101010 | 1011100 | 100011 | 0 | 111010 | 11001011 | 1010110 | 10110 |
Color Harmonies of #08456A
Complementary color
Monochromatic Colors of #08456A
Black with #08456A
Text Example
Text Example
White with #08456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08456A; }
p { color: rgb(8,69,106); }
H1.HeaderClassName
{
color: #08456A;
}
.AnyTagClassName
{
color: #08456A;
}
</style>
background-color css
<style>
a { background-color: #08456A; }
a { background-color: rgb(8,69,106); }
div.DivClassName
{
background-color: #08456A;
}
.BgClassName
{
background-color: #08456A;
}
</style>
border-color css
<style>
span { border-color: #08456A; }
span { border-color: rgb(8,69,106); }
td.TdClassName
{
border-color: #08456A;
}
.TagClassName
{
border-color: #08456A;
}
</style>