Shades of Cerulean #087A9C
Tints of Cerulean #087A9C
RGB
CMYK
RGB Variations
Color information
#087A9C (or 0x087A9C) is known color: Cerulean. HEX triplet: 08, 7A and 9C. RGB value is (8,122,156). Sum of RGB (Red+Green+Blue) = 8+122+156=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #087A9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087A9C is #F78563. Grayscale: #5B5B5B. Windows color (decimal): -16221540 or 10254856. OLE color: 10254856.
HSL color Cylindrical-coordinate representation of color #087A9C: hue angle of 193.78º 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 #087A9C is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 122 | 156 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.39 |
| HSL | 193.78º | 0.9% | 0.32% | - |
| HSV(B) | 193.78º | 0.95% | 0.61% | - |
| XYZ | 13.06 | 16.37 | 33.92 | - |
| YUV | 91.79 | 164.23 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 156 | 0.95 | 0.22 | 0 | 0.39 | 193.78 | 0.9 | 0.32 |
| Hex | 8 | 7A | 9C | 5F | 16 | 0 | 27 | C2 | 5A | 20 |
| Octal | 10 | 172 | 234 | 137 | 26 | 0 | 47 | 302 | 132 | 40 |
| Binary | 1000 | 1111010 | 10011100 | 1011111 | 10110 | 0 | 100111 | 11000010 | 1011010 | 100000 |
Color Harmonies of #087A9C
Complementary color
Monochromatic Colors of #087A9C
Black with #087A9C
Text Example
Text Example
White with #087A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A9C; }
p { color: rgb(8,122,156); }
H1.HeaderClassName
{
color: #087A9C;
}
.AnyTagClassName
{
color: #087A9C;
}
</style>
background-color css
<style>
a { background-color: #087A9C; }
a { background-color: rgb(8,122,156); }
div.DivClassName
{
background-color: #087A9C;
}
.BgClassName
{
background-color: #087A9C;
}
</style>
border-color css
<style>
span { border-color: #087A9C; }
span { border-color: rgb(8,122,156); }
td.TdClassName
{
border-color: #087A9C;
}
.TagClassName
{
border-color: #087A9C;
}
</style>