Shades of Cerulean #08749C
Tints of Cerulean #08749C
RGB
CMYK
RGB Variations
Color information
#08749C (or 0x08749C) is known color: Cerulean. HEX triplet: 08, 74 and 9C. RGB value is (8,116,156). Sum of RGB (Red+Green+Blue) = 8+116+156=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #08749C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08749C is #F78B63. Grayscale: #585858. Windows color (decimal): -16223076 or 10253320. OLE color: 10253320.
HSL color Cylindrical-coordinate representation of color #08749C: hue angle of 196.22º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08749C is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 116 | 156 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.39 |
| HSL | 196.22º | 0.9% | 0.32% | - |
| HSV(B) | 196.22º | 0.95% | 0.61% | - |
| XYZ | 12.35 | 14.94 | 33.69 | - |
| YUV | 88.27 | 166.22 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 156 | 0.95 | 0.26 | 0 | 0.39 | 196.22 | 0.9 | 0.32 |
| Hex | 8 | 74 | 9C | 5F | 1A | 0 | 27 | C4 | 5A | 20 |
| Octal | 10 | 164 | 234 | 137 | 32 | 0 | 47 | 304 | 132 | 40 |
| Binary | 1000 | 1110100 | 10011100 | 1011111 | 11010 | 0 | 100111 | 11000100 | 1011010 | 100000 |
Color Harmonies of #08749C
Complementary color
Monochromatic Colors of #08749C
Black with #08749C
Text Example
Text Example
White with #08749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08749C; }
p { color: rgb(8,116,156); }
H1.HeaderClassName
{
color: #08749C;
}
.AnyTagClassName
{
color: #08749C;
}
</style>
background-color css
<style>
a { background-color: #08749C; }
a { background-color: rgb(8,116,156); }
div.DivClassName
{
background-color: #08749C;
}
.BgClassName
{
background-color: #08749C;
}
</style>
border-color css
<style>
span { border-color: #08749C; }
span { border-color: rgb(8,116,156); }
td.TdClassName
{
border-color: #08749C;
}
.TagClassName
{
border-color: #08749C;
}
</style>