Shades of Cerulean #0875A2
Tints of Cerulean #0875A2
RGB
CMYK
RGB Variations
Color information
#0875A2 (or 0x0875A2) is known color: Cerulean. HEX triplet: 08, 75 and A2. RGB value is (8,117,162). Sum of RGB (Red+Green+Blue) = 8+117+162=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 162 (63.67% from 255 or 56.45% from 287); Max value from RGB is 162 - color contains mainly: blue. Hex color #0875A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0875A2 is #F78A5D. Grayscale: #595959. Windows color (decimal): -16222814 or 10646792. OLE color: 10646792.
HSL color Cylindrical-coordinate representation of color #0875A2: hue angle of 197.53º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0875A2 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 117 | 162 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.36 |
| HSL | 197.53º | 0.91% | 0.33% | - |
| HSV(B) | 197.53º | 0.95% | 0.64% | - |
| XYZ | 12.98 | 15.38 | 36.47 | - |
| YUV | 89.54 | 168.89 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 162 | 0.95 | 0.28 | 0 | 0.36 | 197.53 | 0.91 | 0.33 |
| Hex | 8 | 75 | A2 | 5F | 1C | 0 | 24 | C6 | 5B | 21 |
| Octal | 10 | 165 | 242 | 137 | 34 | 0 | 44 | 306 | 133 | 41 |
| Binary | 1000 | 1110101 | 10100010 | 1011111 | 11100 | 0 | 100100 | 11000110 | 1011011 | 100001 |
Color Harmonies of #0875A2
Complementary color
Monochromatic Colors of #0875A2
Black with #0875A2
Text Example
Text Example
White with #0875A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0875A2; }
p { color: rgb(8,117,162); }
H1.HeaderClassName
{
color: #0875A2;
}
.AnyTagClassName
{
color: #0875A2;
}
</style>
background-color css
<style>
a { background-color: #0875A2; }
a { background-color: rgb(8,117,162); }
div.DivClassName
{
background-color: #0875A2;
}
.BgClassName
{
background-color: #0875A2;
}
</style>
border-color css
<style>
span { border-color: #0875A2; }
span { border-color: rgb(8,117,162); }
td.TdClassName
{
border-color: #0875A2;
}
.TagClassName
{
border-color: #0875A2;
}
</style>