Shades of Cerulean #01639C
Tints of Cerulean #01639C
RGB
CMYK
RGB Variations
Color information
#01639C (or 0x01639C) is known color: Cerulean. HEX triplet: 01, 63 and 9C. RGB value is (1,99,156). Sum of RGB (Red+Green+Blue) = 1+99+156=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #01639C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01639C is #FE9C63. Grayscale: #4B4B4B. Windows color (decimal): -16686180 or 10248961. OLE color: 10248961.
HSL color Cylindrical-coordinate representation of color #01639C: hue angle of 202.06º 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 #01639C is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 99 | 156 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.39 |
| HSL | 202.06º | 0.99% | 0.31% | - |
| HSV(B) | 202.06º | 0.99% | 0.61% | - |
| XYZ | 10.48 | 11.33 | 33.09 | - |
| YUV | 76.2 | 173.03 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 156 | 0.99 | 0.37 | 0 | 0.39 | 202.06 | 0.99 | 0.31 |
| Hex | 1 | 63 | 9C | 63 | 25 | 0 | 27 | CA | 63 | 1F |
| Octal | 1 | 143 | 234 | 143 | 45 | 0 | 47 | 312 | 143 | 37 |
| Binary | 1 | 1100011 | 10011100 | 1100011 | 100101 | 0 | 100111 | 11001010 | 1100011 | 11111 |
Color Harmonies of #01639C
Complementary color
Monochromatic Colors of #01639C
Black with #01639C
Text Example
Text Example
White with #01639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01639C; }
p { color: rgb(1,99,156); }
H1.HeaderClassName
{
color: #01639C;
}
.AnyTagClassName
{
color: #01639C;
}
</style>
background-color css
<style>
a { background-color: #01639C; }
a { background-color: rgb(1,99,156); }
div.DivClassName
{
background-color: #01639C;
}
.BgClassName
{
background-color: #01639C;
}
</style>
border-color css
<style>
span { border-color: #01639C; }
span { border-color: rgb(1,99,156); }
td.TdClassName
{
border-color: #01639C;
}
.TagClassName
{
border-color: #01639C;
}
</style>