Shades of Cerulean #01609D
Tints of Cerulean #01609D
RGB
CMYK
RGB Variations
Color information
#01609D (or 0x01609D) is known color: Cerulean. HEX triplet: 01, 60 and 9D. RGB value is (1,96,157). Sum of RGB (Red+Green+Blue) = 1+96+157=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #01609D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01609D is #FE9F62. Grayscale: #4A4A4A. Windows color (decimal): -16686947 or 10313729. OLE color: 10313729.
HSL color Cylindrical-coordinate representation of color #01609D: hue angle of 203.46º 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 #01609D is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 96 | 157 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.38 |
| HSL | 203.46º | 0.99% | 0.31% | - |
| HSV(B) | 203.46º | 0.99% | 0.62% | - |
| XYZ | 10.28 | 10.81 | 33.44 | - |
| YUV | 74.55 | 174.53 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 157 | 0.99 | 0.39 | 0 | 0.38 | 203.46 | 0.99 | 0.31 |
| Hex | 1 | 60 | 9D | 63 | 27 | 0 | 26 | CB | 63 | 1F |
| Octal | 1 | 140 | 235 | 143 | 47 | 0 | 46 | 313 | 143 | 37 |
| Binary | 1 | 1100000 | 10011101 | 1100011 | 100111 | 0 | 100110 | 11001011 | 1100011 | 11111 |
Color Harmonies of #01609D
Complementary color
Monochromatic Colors of #01609D
Black with #01609D
Text Example
Text Example
White with #01609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01609D; }
p { color: rgb(1,96,157); }
H1.HeaderClassName
{
color: #01609D;
}
.AnyTagClassName
{
color: #01609D;
}
</style>
background-color css
<style>
a { background-color: #01609D; }
a { background-color: rgb(1,96,157); }
div.DivClassName
{
background-color: #01609D;
}
.BgClassName
{
background-color: #01609D;
}
</style>
border-color css
<style>
span { border-color: #01609D; }
span { border-color: rgb(1,96,157); }
td.TdClassName
{
border-color: #01609D;
}
.TagClassName
{
border-color: #01609D;
}
</style>