Shades of Cerulean #016DB3
Tints of Cerulean #016DB3
RGB
CMYK
RGB Variations
Color information
#016DB3 (or 0x016DB3) is known color: Cerulean. HEX triplet: 01, 6D and B3. RGB value is (1,109,179). Sum of RGB (Red+Green+Blue) = 1+109+179=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 179 (70.31% from 255 or 61.94% from 289); Max value from RGB is 179 - color contains mainly: blue. Hex color #016DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DB3 is #FE924C. Grayscale: #545454. Windows color (decimal): -16683597 or 11758849. OLE color: 11758849.
HSL color Cylindrical-coordinate representation of color #016DB3: hue angle of 203.6º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016DB3 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 109 | 179 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.30 |
| HSL | 203.6º | 0.99% | 0.35% | - |
| HSV(B) | 203.6º | 0.99% | 0.7% | - |
| XYZ | 13.62 | 14.2 | 44.67 | - |
| YUV | 84.69 | 181.22 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 179 | 0.99 | 0.39 | 0 | 0.30 | 203.6 | 0.99 | 0.35 |
| Hex | 1 | 6D | B3 | 63 | 27 | 0 | 1E | CC | 63 | 23 |
| Octal | 1 | 155 | 263 | 143 | 47 | 0 | 36 | 314 | 143 | 43 |
| Binary | 1 | 1101101 | 10110011 | 1100011 | 100111 | 0 | 11110 | 11001100 | 1100011 | 100011 |
Color Harmonies of #016DB3
Complementary color
Monochromatic Colors of #016DB3
Black with #016DB3
Text Example
Text Example
White with #016DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DB3; }
p { color: rgb(1,109,179); }
H1.HeaderClassName
{
color: #016DB3;
}
.AnyTagClassName
{
color: #016DB3;
}
</style>
background-color css
<style>
a { background-color: #016DB3; }
a { background-color: rgb(1,109,179); }
div.DivClassName
{
background-color: #016DB3;
}
.BgClassName
{
background-color: #016DB3;
}
</style>
border-color css
<style>
span { border-color: #016DB3; }
span { border-color: rgb(1,109,179); }
td.TdClassName
{
border-color: #016DB3;
}
.TagClassName
{
border-color: #016DB3;
}
</style>