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