Shades of Cerulean #017A9A
Tints of Cerulean #017A9A
RGB
CMYK
RGB Variations
Color information
#017A9A (or 0x017A9A) is known color: Cerulean. HEX triplet: 01, 7A and 9A. RGB value is (1,122,154). Sum of RGB (Red+Green+Blue) = 1+122+154=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 154 (60.55% from 255 or 55.60% from 277); Max value from RGB is 154 - color contains mainly: blue. Hex color #017A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A9A is #FE8565. Grayscale: #595959. Windows color (decimal): -16680294 or 10123777. OLE color: 10123777.
HSL color Cylindrical-coordinate representation of color #017A9A: hue angle of 192.55º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A9A is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 122 | 154 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.40 |
| HSL | 192.55º | 0.99% | 0.3% | - |
| HSV(B) | 192.55º | 0.99% | 0.6% | - |
| XYZ | 12.8 | 16.26 | 33.04 | - |
| YUV | 89.47 | 164.41 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 154 | 0.99 | 0.21 | 0 | 0.40 | 192.55 | 0.99 | 0.3 |
| Hex | 1 | 7A | 9A | 63 | 15 | 0 | 28 | C1 | 63 | 1E |
| Octal | 1 | 172 | 232 | 143 | 25 | 0 | 50 | 301 | 143 | 36 |
| Binary | 1 | 1111010 | 10011010 | 1100011 | 10101 | 0 | 101000 | 11000001 | 1100011 | 11110 |
Color Harmonies of #017A9A
Complementary color
Monochromatic Colors of #017A9A
Black with #017A9A
Text Example
Text Example
White with #017A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017A9A; }
p { color: rgb(1,122,154); }
H1.HeaderClassName
{
color: #017A9A;
}
.AnyTagClassName
{
color: #017A9A;
}
</style>
background-color css
<style>
a { background-color: #017A9A; }
a { background-color: rgb(1,122,154); }
div.DivClassName
{
background-color: #017A9A;
}
.BgClassName
{
background-color: #017A9A;
}
</style>
border-color css
<style>
span { border-color: #017A9A; }
span { border-color: rgb(1,122,154); }
td.TdClassName
{
border-color: #017A9A;
}
.TagClassName
{
border-color: #017A9A;
}
</style>