Shades of Cerulean #01649D
Tints of Cerulean #01649D
RGB
CMYK
RGB Variations
Color information
#01649D (or 0x01649D) is known color: Cerulean. HEX triplet: 01, 64 and 9D. RGB value is (1,100,157). Sum of RGB (Red+Green+Blue) = 1+100+157=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #01649D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01649D is #FE9B62. Grayscale: #4C4C4C. Windows color (decimal): -16685923 or 10314753. OLE color: 10314753.
HSL color Cylindrical-coordinate representation of color #01649D: hue angle of 201.92º 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 #01649D is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 100 | 157 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.38 |
| HSL | 201.92º | 0.99% | 0.31% | - |
| HSV(B) | 201.92º | 0.99% | 0.62% | - |
| XYZ | 10.66 | 11.56 | 33.57 | - |
| YUV | 76.9 | 173.2 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 157 | 0.99 | 0.36 | 0 | 0.38 | 201.92 | 0.99 | 0.31 |
| Hex | 1 | 64 | 9D | 63 | 24 | 0 | 26 | CA | 63 | 1F |
| Octal | 1 | 144 | 235 | 143 | 44 | 0 | 46 | 312 | 143 | 37 |
| Binary | 1 | 1100100 | 10011101 | 1100011 | 100100 | 0 | 100110 | 11001010 | 1100011 | 11111 |
Color Harmonies of #01649D
Complementary color
Monochromatic Colors of #01649D
Black with #01649D
Text Example
Text Example
White with #01649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01649D; }
p { color: rgb(1,100,157); }
H1.HeaderClassName
{
color: #01649D;
}
.AnyTagClassName
{
color: #01649D;
}
</style>
background-color css
<style>
a { background-color: #01649D; }
a { background-color: rgb(1,100,157); }
div.DivClassName
{
background-color: #01649D;
}
.BgClassName
{
background-color: #01649D;
}
</style>
border-color css
<style>
span { border-color: #01649D; }
span { border-color: rgb(1,100,157); }
td.TdClassName
{
border-color: #01649D;
}
.TagClassName
{
border-color: #01649D;
}
</style>