Shades of Dark Cerulean #08496C
Tints of Dark Cerulean #08496C
RGB
CMYK
RGB Variations
Color information
#08496C (or 0x08496C) is known color: Dark Cerulean. HEX triplet: 08, 49 and 6C. RGB value is (8,73,108). Sum of RGB (Red+Green+Blue) = 8+73+108=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #08496C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08496C is #F7B693. Grayscale: #393939. Windows color (decimal): -16234132 or 7096584. OLE color: 7096584.
HSL color Cylindrical-coordinate representation of color #08496C: hue angle of 201º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08496C is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 73 | 108 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.58 |
| HSL | 201º | 0.86% | 0.23% | - |
| HSV(B) | 201º | 0.93% | 0.42% | - |
| XYZ | 5.19 | 5.9 | 15.05 | - |
| YUV | 57.56 | 156.47 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 108 | 0.93 | 0.32 | 0 | 0.58 | 201 | 0.86 | 0.23 |
| Hex | 8 | 49 | 6C | 5D | 20 | 0 | 3A | C9 | 56 | 17 |
| Octal | 10 | 111 | 154 | 135 | 40 | 0 | 72 | 311 | 126 | 27 |
| Binary | 1000 | 1001001 | 1101100 | 1011101 | 100000 | 0 | 111010 | 11001001 | 1010110 | 10111 |
Color Harmonies of #08496C
Complementary color
Monochromatic Colors of #08496C
Black with #08496C
Text Example
Text Example
White with #08496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08496C; }
p { color: rgb(8,73,108); }
H1.HeaderClassName
{
color: #08496C;
}
.AnyTagClassName
{
color: #08496C;
}
</style>
background-color css
<style>
a { background-color: #08496C; }
a { background-color: rgb(8,73,108); }
div.DivClassName
{
background-color: #08496C;
}
.BgClassName
{
background-color: #08496C;
}
</style>
border-color css
<style>
span { border-color: #08496C; }
span { border-color: rgb(8,73,108); }
td.TdClassName
{
border-color: #08496C;
}
.TagClassName
{
border-color: #08496C;
}
</style>