Shades of Cerulean #01649E
Tints of Cerulean #01649E
RGB
CMYK
RGB Variations
Color information
#01649E (or 0x01649E) is known color: Cerulean. HEX triplet: 01, 64 and 9E. RGB value is (1,100,158). Sum of RGB (Red+Green+Blue) = 1+100+158=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #01649E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01649E is #FE9B61. Grayscale: #4C4C4C. Windows color (decimal): -16685922 or 10380289. OLE color: 10380289.
HSL color Cylindrical-coordinate representation of color #01649E: hue angle of 202.17º 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 #01649E is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 100 | 158 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.38 |
| HSL | 202.17º | 0.99% | 0.31% | - |
| HSV(B) | 202.17º | 0.99% | 0.62% | - |
| XYZ | 10.74 | 11.59 | 34.02 | - |
| YUV | 77.01 | 173.7 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 158 | 0.99 | 0.37 | 0 | 0.38 | 202.17 | 0.99 | 0.31 |
| Hex | 1 | 64 | 9E | 63 | 25 | 0 | 26 | CA | 63 | 1F |
| Octal | 1 | 144 | 236 | 143 | 45 | 0 | 46 | 312 | 143 | 37 |
| Binary | 1 | 1100100 | 10011110 | 1100011 | 100101 | 0 | 100110 | 11001010 | 1100011 | 11111 |
Color Harmonies of #01649E
Complementary color
Monochromatic Colors of #01649E
Black with #01649E
Text Example
Text Example
White with #01649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01649E; }
p { color: rgb(1,100,158); }
H1.HeaderClassName
{
color: #01649E;
}
.AnyTagClassName
{
color: #01649E;
}
</style>
background-color css
<style>
a { background-color: #01649E; }
a { background-color: rgb(1,100,158); }
div.DivClassName
{
background-color: #01649E;
}
.BgClassName
{
background-color: #01649E;
}
</style>
border-color css
<style>
span { border-color: #01649E; }
span { border-color: rgb(1,100,158); }
td.TdClassName
{
border-color: #01649E;
}
.TagClassName
{
border-color: #01649E;
}
</style>