Shades of Cerulean #0873AD
Tints of Cerulean #0873AD
RGB
CMYK
RGB Variations
Color information
#0873AD (or 0x0873AD) is known color: Cerulean. HEX triplet: 08, 73 and AD. RGB value is (8,115,173). Sum of RGB (Red+Green+Blue) = 8+115+173=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #0873AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0873AD is #F78C52. Grayscale: #595959. Windows color (decimal): -16223315 or 11367176. OLE color: 11367176.
HSL color Cylindrical-coordinate representation of color #0873AD: hue angle of 201.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0873AD is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 115 | 173 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.32 |
| HSL | 201.09º | 0.91% | 0.35% | - |
| HSV(B) | 201.09º | 0.95% | 0.68% | - |
| XYZ | 13.77 | 15.33 | 41.77 | - |
| YUV | 89.62 | 175.05 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 173 | 0.95 | 0.34 | 0 | 0.32 | 201.09 | 0.91 | 0.35 |
| Hex | 8 | 73 | AD | 5F | 22 | 0 | 20 | C9 | 5B | 23 |
| Octal | 10 | 163 | 255 | 137 | 42 | 0 | 40 | 311 | 133 | 43 |
| Binary | 1000 | 1110011 | 10101101 | 1011111 | 100010 | 0 | 100000 | 11001001 | 1011011 | 100011 |
Color Harmonies of #0873AD
Complementary color
Monochromatic Colors of #0873AD
Black with #0873AD
Text Example
Text Example
White with #0873AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0873AD; }
p { color: rgb(8,115,173); }
H1.HeaderClassName
{
color: #0873AD;
}
.AnyTagClassName
{
color: #0873AD;
}
</style>
background-color css
<style>
a { background-color: #0873AD; }
a { background-color: rgb(8,115,173); }
div.DivClassName
{
background-color: #0873AD;
}
.BgClassName
{
background-color: #0873AD;
}
</style>
border-color css
<style>
span { border-color: #0873AD; }
span { border-color: rgb(8,115,173); }
td.TdClassName
{
border-color: #0873AD;
}
.TagClassName
{
border-color: #0873AD;
}
</style>