Shades of Cerulean #016BA4
Tints of Cerulean #016BA4
RGB
CMYK
RGB Variations
Color information
#016BA4 (or 0x016BA4) is known color: Cerulean. HEX triplet: 01, 6B and A4. RGB value is (1,107,164). Sum of RGB (Red+Green+Blue) = 1+107+164=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 164 (64.45% from 255 or 60.29% from 272); Max value from RGB is 164 - color contains mainly: blue. Hex color #016BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016BA4 is #FE945B. Grayscale: #515151. Windows color (decimal): -16684124 or 10775297. OLE color: 10775297.
HSL color Cylindrical-coordinate representation of color #016BA4: hue angle of 200.98º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016BA4 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 107 | 164 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.36 |
| HSL | 200.98º | 0.99% | 0.32% | - |
| HSV(B) | 200.98º | 0.99% | 0.64% | - |
| XYZ | 11.97 | 13.2 | 37.04 | - |
| YUV | 81.8 | 174.38 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 164 | 0.99 | 0.35 | 0 | 0.36 | 200.98 | 0.99 | 0.32 |
| Hex | 1 | 6B | A4 | 63 | 23 | 0 | 24 | C9 | 63 | 20 |
| Octal | 1 | 153 | 244 | 143 | 43 | 0 | 44 | 311 | 143 | 40 |
| Binary | 1 | 1101011 | 10100100 | 1100011 | 100011 | 0 | 100100 | 11001001 | 1100011 | 100000 |
Color Harmonies of #016BA4
Complementary color
Monochromatic Colors of #016BA4
Black with #016BA4
Text Example
Text Example
White with #016BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BA4; }
p { color: rgb(1,107,164); }
H1.HeaderClassName
{
color: #016BA4;
}
.AnyTagClassName
{
color: #016BA4;
}
</style>
background-color css
<style>
a { background-color: #016BA4; }
a { background-color: rgb(1,107,164); }
div.DivClassName
{
background-color: #016BA4;
}
.BgClassName
{
background-color: #016BA4;
}
</style>
border-color css
<style>
span { border-color: #016BA4; }
span { border-color: rgb(1,107,164); }
td.TdClassName
{
border-color: #016BA4;
}
.TagClassName
{
border-color: #016BA4;
}
</style>