Shades of Cerulean #0971AD
Tints of Cerulean #0971AD
RGB
CMYK
RGB Variations
Color information
#0971AD (or 0x0971AD) is known color: Cerulean. HEX triplet: 09, 71 and AD. RGB value is (9,113,173). Sum of RGB (Red+Green+Blue) = 9+113+173=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #0971AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0971AD is #F68E52. Grayscale: #585858. Windows color (decimal): -16158291 or 11366665. OLE color: 11366665.
HSL color Cylindrical-coordinate representation of color #0971AD: hue angle of 201.95º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0971AD is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 113 | 173 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.32 |
| HSL | 201.95º | 0.9% | 0.36% | - |
| HSV(B) | 201.95º | 0.95% | 0.68% | - |
| XYZ | 13.56 | 14.89 | 41.69 | - |
| YUV | 88.74 | 175.54 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 173 | 0.95 | 0.35 | 0 | 0.32 | 201.95 | 0.9 | 0.36 |
| Hex | 9 | 71 | AD | 5F | 23 | 0 | 20 | CA | 5A | 24 |
| Octal | 11 | 161 | 255 | 137 | 43 | 0 | 40 | 312 | 132 | 44 |
| Binary | 1001 | 1110001 | 10101101 | 1011111 | 100011 | 0 | 100000 | 11001010 | 1011010 | 100100 |
Color Harmonies of #0971AD
Complementary color
Monochromatic Colors of #0971AD
Black with #0971AD
Text Example
Text Example
White with #0971AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0971AD; }
p { color: rgb(9,113,173); }
H1.HeaderClassName
{
color: #0971AD;
}
.AnyTagClassName
{
color: #0971AD;
}
</style>
background-color css
<style>
a { background-color: #0971AD; }
a { background-color: rgb(9,113,173); }
div.DivClassName
{
background-color: #0971AD;
}
.BgClassName
{
background-color: #0971AD;
}
</style>
border-color css
<style>
span { border-color: #0971AD; }
span { border-color: rgb(9,113,173); }
td.TdClassName
{
border-color: #0971AD;
}
.TagClassName
{
border-color: #0971AD;
}
</style>