Shades of Cerulean #08719B
Tints of Cerulean #08719B
RGB
CMYK
RGB Variations
Color information
#08719B (or 0x08719B) is known color: Cerulean. HEX triplet: 08, 71 and 9B. RGB value is (8,113,155). Sum of RGB (Red+Green+Blue) = 8+113+155=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #08719B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08719B is #F78E64. Grayscale: #565656. Windows color (decimal): -16223845 or 10187016. OLE color: 10187016.
HSL color Cylindrical-coordinate representation of color #08719B: hue angle of 197.14º 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 #08719B is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 113 | 155 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.39 |
| HSL | 197.14º | 0.9% | 0.32% | - |
| HSV(B) | 197.14º | 0.95% | 0.61% | - |
| XYZ | 11.92 | 14.23 | 33.13 | - |
| YUV | 86.39 | 166.71 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 155 | 0.95 | 0.27 | 0 | 0.39 | 197.14 | 0.9 | 0.32 |
| Hex | 8 | 71 | 9B | 5F | 1B | 0 | 27 | C5 | 5A | 20 |
| Octal | 10 | 161 | 233 | 137 | 33 | 0 | 47 | 305 | 132 | 40 |
| Binary | 1000 | 1110001 | 10011011 | 1011111 | 11011 | 0 | 100111 | 11000101 | 1011010 | 100000 |
Color Harmonies of #08719B
Complementary color
Monochromatic Colors of #08719B
Black with #08719B
Text Example
Text Example
White with #08719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08719B; }
p { color: rgb(8,113,155); }
H1.HeaderClassName
{
color: #08719B;
}
.AnyTagClassName
{
color: #08719B;
}
</style>
background-color css
<style>
a { background-color: #08719B; }
a { background-color: rgb(8,113,155); }
div.DivClassName
{
background-color: #08719B;
}
.BgClassName
{
background-color: #08719B;
}
</style>
border-color css
<style>
span { border-color: #08719B; }
span { border-color: rgb(8,113,155); }
td.TdClassName
{
border-color: #08719B;
}
.TagClassName
{
border-color: #08719B;
}
</style>