Shades of Cerulean #08759E
Tints of Cerulean #08759E
RGB
CMYK
RGB Variations
Color information
#08759E (or 0x08759E) is known color: Cerulean. HEX triplet: 08, 75 and 9E. RGB value is (8,117,158). Sum of RGB (Red+Green+Blue) = 8+117+158=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #08759E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08759E is #F78A61. Grayscale: #585858. Windows color (decimal): -16222818 or 10384648. OLE color: 10384648.
HSL color Cylindrical-coordinate representation of color #08759E: hue angle of 196.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08759E is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 117 | 158 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.38 |
| HSL | 196.4º | 0.9% | 0.33% | - |
| HSV(B) | 196.4º | 0.95% | 0.62% | - |
| XYZ | 12.63 | 15.24 | 34.62 | - |
| YUV | 89.08 | 166.89 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 158 | 0.95 | 0.26 | 0 | 0.38 | 196.4 | 0.9 | 0.33 |
| Hex | 8 | 75 | 9E | 5F | 1A | 0 | 26 | C4 | 5A | 21 |
| Octal | 10 | 165 | 236 | 137 | 32 | 0 | 46 | 304 | 132 | 41 |
| Binary | 1000 | 1110101 | 10011110 | 1011111 | 11010 | 0 | 100110 | 11000100 | 1011010 | 100001 |
Color Harmonies of #08759E
Complementary color
Monochromatic Colors of #08759E
Black with #08759E
Text Example
Text Example
White with #08759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08759E; }
p { color: rgb(8,117,158); }
H1.HeaderClassName
{
color: #08759E;
}
.AnyTagClassName
{
color: #08759E;
}
</style>
background-color css
<style>
a { background-color: #08759E; }
a { background-color: rgb(8,117,158); }
div.DivClassName
{
background-color: #08759E;
}
.BgClassName
{
background-color: #08759E;
}
</style>
border-color css
<style>
span { border-color: #08759E; }
span { border-color: rgb(8,117,158); }
td.TdClassName
{
border-color: #08759E;
}
.TagClassName
{
border-color: #08759E;
}
</style>