Shades of Cerulean #0971A7
Tints of Cerulean #0971A7
RGB
CMYK
RGB Variations
Color information
#0971A7 (or 0x0971A7) is known color: Cerulean. HEX triplet: 09, 71 and A7. RGB value is (9,113,167). Sum of RGB (Red+Green+Blue) = 9+113+167=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 167 (65.62% from 255 or 57.79% from 289); Max value from RGB is 167 - color contains mainly: blue. Hex color #0971A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0971A7 is #F68E58. Grayscale: #575757. Windows color (decimal): -16158297 or 10973449. OLE color: 10973449.
HSL color Cylindrical-coordinate representation of color #0971A7: hue angle of 200.51º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0971A7 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 113 | 167 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.35 |
| HSL | 200.51º | 0.9% | 0.35% | - |
| HSV(B) | 200.51º | 0.95% | 0.65% | - |
| XYZ | 12.99 | 14.66 | 38.7 | - |
| YUV | 88.06 | 172.54 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 167 | 0.95 | 0.32 | 0 | 0.35 | 200.51 | 0.9 | 0.35 |
| Hex | 9 | 71 | A7 | 5F | 20 | 0 | 23 | C9 | 5A | 23 |
| Octal | 11 | 161 | 247 | 137 | 40 | 0 | 43 | 311 | 132 | 43 |
| Binary | 1001 | 1110001 | 10100111 | 1011111 | 100000 | 0 | 100011 | 11001001 | 1011010 | 100011 |
Color Harmonies of #0971A7
Complementary color
Monochromatic Colors of #0971A7
Black with #0971A7
Text Example
Text Example
White with #0971A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0971A7; }
p { color: rgb(9,113,167); }
H1.HeaderClassName
{
color: #0971A7;
}
.AnyTagClassName
{
color: #0971A7;
}
</style>
background-color css
<style>
a { background-color: #0971A7; }
a { background-color: rgb(9,113,167); }
div.DivClassName
{
background-color: #0971A7;
}
.BgClassName
{
background-color: #0971A7;
}
</style>
border-color css
<style>
span { border-color: #0971A7; }
span { border-color: rgb(9,113,167); }
td.TdClassName
{
border-color: #0971A7;
}
.TagClassName
{
border-color: #0971A7;
}
</style>