Shades of Dark Cerulean #01538C
Tints of Dark Cerulean #01538C
RGB
CMYK
RGB Variations
Color information
#01538C (or 0x01538C) is known color: Dark Cerulean. HEX triplet: 01, 53 and 8C. RGB value is (1,83,140). Sum of RGB (Red+Green+Blue) = 1+83+140=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #01538C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01538C is #FEAC73. Grayscale: #404040. Windows color (decimal): -16690292 or 9196289. OLE color: 9196289.
HSL color Cylindrical-coordinate representation of color #01538C: hue angle of 204.6º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01538C is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 83 | 140 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.45 |
| HSL | 204.6º | 0.99% | 0.28% | - |
| HSV(B) | 204.6º | 0.99% | 0.55% | - |
| XYZ | 7.84 | 8.09 | 25.96 | - |
| YUV | 64.98 | 170.33 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 140 | 0.99 | 0.41 | 0 | 0.45 | 204.6 | 0.99 | 0.28 |
| Hex | 1 | 53 | 8C | 63 | 29 | 0 | 2D | CD | 63 | 1C |
| Octal | 1 | 123 | 214 | 143 | 51 | 0 | 55 | 315 | 143 | 34 |
| Binary | 1 | 1010011 | 10001100 | 1100011 | 101001 | 0 | 101101 | 11001101 | 1100011 | 11100 |
Color Harmonies of #01538C
Complementary color
Monochromatic Colors of #01538C
Black with #01538C
Text Example
Text Example
White with #01538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01538C; }
p { color: rgb(1,83,140); }
H1.HeaderClassName
{
color: #01538C;
}
.AnyTagClassName
{
color: #01538C;
}
</style>
background-color css
<style>
a { background-color: #01538C; }
a { background-color: rgb(1,83,140); }
div.DivClassName
{
background-color: #01538C;
}
.BgClassName
{
background-color: #01538C;
}
</style>
border-color css
<style>
span { border-color: #01538C; }
span { border-color: rgb(1,83,140); }
td.TdClassName
{
border-color: #01538C;
}
.TagClassName
{
border-color: #01538C;
}
</style>