Shades of Dark Cerulean #08497A
Tints of Dark Cerulean #08497A
RGB
CMYK
RGB Variations
Color information
#08497A (or 0x08497A) is known color: Dark Cerulean. HEX triplet: 08, 49 and 7A. RGB value is (8,73,122). Sum of RGB (Red+Green+Blue) = 8+73+122=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #08497A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08497A is #F7B685. Grayscale: #3A3A3A. Windows color (decimal): -16234118 or 8014088. OLE color: 8014088.
HSL color Cylindrical-coordinate representation of color #08497A: hue angle of 205.79º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08497A is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 73 | 122 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.52 |
| HSL | 205.79º | 0.88% | 0.25% | - |
| HSV(B) | 205.79º | 0.93% | 0.48% | - |
| XYZ | 6 | 6.22 | 19.3 | - |
| YUV | 59.15 | 163.47 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 122 | 0.93 | 0.40 | 0 | 0.52 | 205.79 | 0.88 | 0.25 |
| Hex | 8 | 49 | 7A | 5D | 28 | 0 | 34 | CE | 58 | 19 |
| Octal | 10 | 111 | 172 | 135 | 50 | 0 | 64 | 316 | 130 | 31 |
| Binary | 1000 | 1001001 | 1111010 | 1011101 | 101000 | 0 | 110100 | 11001110 | 1011000 | 11001 |
Color Harmonies of #08497A
Complementary color
Monochromatic Colors of #08497A
Black with #08497A
Text Example
Text Example
White with #08497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08497A; }
p { color: rgb(8,73,122); }
H1.HeaderClassName
{
color: #08497A;
}
.AnyTagClassName
{
color: #08497A;
}
</style>
background-color css
<style>
a { background-color: #08497A; }
a { background-color: rgb(8,73,122); }
div.DivClassName
{
background-color: #08497A;
}
.BgClassName
{
background-color: #08497A;
}
</style>
border-color css
<style>
span { border-color: #08497A; }
span { border-color: rgb(8,73,122); }
td.TdClassName
{
border-color: #08497A;
}
.TagClassName
{
border-color: #08497A;
}
</style>