Shades of Cerulean #01629B
Tints of Cerulean #01629B
RGB
CMYK
RGB Variations
Color information
#01629B (or 0x01629B) is known color: Cerulean. HEX triplet: 01, 62 and 9B. RGB value is (1,98,155). Sum of RGB (Red+Green+Blue) = 1+98+155=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #01629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01629B is #FE9D64. Grayscale: #4B4B4B. Windows color (decimal): -16686437 or 10183169. OLE color: 10183169.
HSL color Cylindrical-coordinate representation of color #01629B: hue angle of 202.21º 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 #01629B is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 98 | 155 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.39 |
| HSL | 202.21º | 0.99% | 0.31% | - |
| HSV(B) | 202.21º | 0.99% | 0.61% | - |
| XYZ | 10.3 | 11.11 | 32.61 | - |
| YUV | 75.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 155 | 0.99 | 0.37 | 0 | 0.39 | 202.21 | 0.99 | 0.31 |
| Hex | 1 | 62 | 9B | 63 | 25 | 0 | 27 | CA | 63 | 1F |
| Octal | 1 | 142 | 233 | 143 | 45 | 0 | 47 | 312 | 143 | 37 |
| Binary | 1 | 1100010 | 10011011 | 1100011 | 100101 | 0 | 100111 | 11001010 | 1100011 | 11111 |
Color Harmonies of #01629B
Complementary color
Monochromatic Colors of #01629B
Black with #01629B
Text Example
Text Example
White with #01629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01629B; }
p { color: rgb(1,98,155); }
H1.HeaderClassName
{
color: #01629B;
}
.AnyTagClassName
{
color: #01629B;
}
</style>
background-color css
<style>
a { background-color: #01629B; }
a { background-color: rgb(1,98,155); }
div.DivClassName
{
background-color: #01629B;
}
.BgClassName
{
background-color: #01629B;
}
</style>
border-color css
<style>
span { border-color: #01629B; }
span { border-color: rgb(1,98,155); }
td.TdClassName
{
border-color: #01629B;
}
.TagClassName
{
border-color: #01629B;
}
</style>