Shades of Cerulean #01619E
Tints of Cerulean #01619E
RGB
CMYK
RGB Variations
Color information
#01619E (or 0x01619E) is known color: Cerulean. HEX triplet: 01, 61 and 9E. RGB value is (1,97,158). Sum of RGB (Red+Green+Blue) = 1+97+158=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #01619E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01619E is #FE9E61. Grayscale: #4A4A4A. Windows color (decimal): -16686690 or 10379521. OLE color: 10379521.
HSL color Cylindrical-coordinate representation of color #01619E: hue angle of 203.31º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01619E is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 97 | 158 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.38 |
| HSL | 203.31º | 0.99% | 0.31% | - |
| HSV(B) | 203.31º | 0.99% | 0.62% | - |
| XYZ | 10.46 | 11.02 | 33.92 | - |
| YUV | 75.25 | 174.7 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 158 | 0.99 | 0.39 | 0 | 0.38 | 203.31 | 0.99 | 0.31 |
| Hex | 1 | 61 | 9E | 63 | 27 | 0 | 26 | CB | 63 | 1F |
| Octal | 1 | 141 | 236 | 143 | 47 | 0 | 46 | 313 | 143 | 37 |
| Binary | 1 | 1100001 | 10011110 | 1100011 | 100111 | 0 | 100110 | 11001011 | 1100011 | 11111 |
Color Harmonies of #01619E
Complementary color
Monochromatic Colors of #01619E
Black with #01619E
Text Example
Text Example
White with #01619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01619E; }
p { color: rgb(1,97,158); }
H1.HeaderClassName
{
color: #01619E;
}
.AnyTagClassName
{
color: #01619E;
}
</style>
background-color css
<style>
a { background-color: #01619E; }
a { background-color: rgb(1,97,158); }
div.DivClassName
{
background-color: #01619E;
}
.BgClassName
{
background-color: #01619E;
}
</style>
border-color css
<style>
span { border-color: #01619E; }
span { border-color: rgb(1,97,158); }
td.TdClassName
{
border-color: #01619E;
}
.TagClassName
{
border-color: #01619E;
}
</style>