Shades of Cerulean #0873A7
Tints of Cerulean #0873A7
RGB
CMYK
RGB Variations
Color information
#0873A7 (or 0x0873A7) is known color: Cerulean. HEX triplet: 08, 73 and A7. RGB value is (8,115,167). Sum of RGB (Red+Green+Blue) = 8+115+167=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 167 (65.62% from 255 or 57.59% from 290); Max value from RGB is 167 - color contains mainly: blue. Hex color #0873A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0873A7 is #F78C58. Grayscale: #585858. Windows color (decimal): -16223321 or 10973960. OLE color: 10973960.
HSL color Cylindrical-coordinate representation of color #0873A7: hue angle of 199.62º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0873A7 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 115 | 167 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.35 |
| HSL | 199.62º | 0.91% | 0.34% | - |
| HSV(B) | 199.62º | 0.95% | 0.65% | - |
| XYZ | 13.21 | 15.1 | 38.78 | - |
| YUV | 88.94 | 172.05 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 167 | 0.95 | 0.31 | 0 | 0.35 | 199.62 | 0.91 | 0.34 |
| Hex | 8 | 73 | A7 | 5F | 1F | 0 | 23 | C8 | 5B | 22 |
| Octal | 10 | 163 | 247 | 137 | 37 | 0 | 43 | 310 | 133 | 42 |
| Binary | 1000 | 1110011 | 10100111 | 1011111 | 11111 | 0 | 100011 | 11001000 | 1011011 | 100010 |
Color Harmonies of #0873A7
Complementary color
Monochromatic Colors of #0873A7
Black with #0873A7
Text Example
Text Example
White with #0873A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0873A7; }
p { color: rgb(8,115,167); }
H1.HeaderClassName
{
color: #0873A7;
}
.AnyTagClassName
{
color: #0873A7;
}
</style>
background-color css
<style>
a { background-color: #0873A7; }
a { background-color: rgb(8,115,167); }
div.DivClassName
{
background-color: #0873A7;
}
.BgClassName
{
background-color: #0873A7;
}
</style>
border-color css
<style>
span { border-color: #0873A7; }
span { border-color: rgb(8,115,167); }
td.TdClassName
{
border-color: #0873A7;
}
.TagClassName
{
border-color: #0873A7;
}
</style>