Shades of Cerulean #0176AF
Tints of Cerulean #0176AF
RGB
CMYK
RGB Variations
Color information
#0176AF (or 0x0176AF) is known color: Cerulean. HEX triplet: 01, 76 and AF. RGB value is (1,118,175). Sum of RGB (Red+Green+Blue) = 1+118+175=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #0176AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0176AF is #FE8950. Grayscale: #595959. Windows color (decimal): -16681297 or 11499009. OLE color: 11499009.
HSL color Cylindrical-coordinate representation of color #0176AF: hue angle of 199.66º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0176AF is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 118 | 175 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.31 |
| HSL | 199.66º | 0.99% | 0.35% | - |
| HSV(B) | 199.66º | 0.99% | 0.69% | - |
| XYZ | 14.23 | 16.06 | 42.91 | - |
| YUV | 89.52 | 176.24 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 175 | 0.99 | 0.33 | 0 | 0.31 | 199.66 | 0.99 | 0.35 |
| Hex | 1 | 76 | AF | 63 | 21 | 0 | 1F | C8 | 63 | 23 |
| Octal | 1 | 166 | 257 | 143 | 41 | 0 | 37 | 310 | 143 | 43 |
| Binary | 1 | 1110110 | 10101111 | 1100011 | 100001 | 0 | 11111 | 11001000 | 1100011 | 100011 |
Color Harmonies of #0176AF
Complementary color
Monochromatic Colors of #0176AF
Black with #0176AF
Text Example
Text Example
White with #0176AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0176AF; }
p { color: rgb(1,118,175); }
H1.HeaderClassName
{
color: #0176AF;
}
.AnyTagClassName
{
color: #0176AF;
}
</style>
background-color css
<style>
a { background-color: #0176AF; }
a { background-color: rgb(1,118,175); }
div.DivClassName
{
background-color: #0176AF;
}
.BgClassName
{
background-color: #0176AF;
}
</style>
border-color css
<style>
span { border-color: #0176AF; }
span { border-color: rgb(1,118,175); }
td.TdClassName
{
border-color: #0176AF;
}
.TagClassName
{
border-color: #0176AF;
}
</style>