Shades of Dark Cerulean #01488C
Tints of Dark Cerulean #01488C
RGB
CMYK
RGB Variations
Color information
#01488C (or 0x01488C) is known color: Dark Cerulean. HEX triplet: 01, 48 and 8C. RGB value is (1,72,140). Sum of RGB (Red+Green+Blue) = 1+72+140=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #01488C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01488C is #FEB773. Grayscale: #3A3A3A. Windows color (decimal): -16693108 or 9193473. OLE color: 9193473.
HSL color Cylindrical-coordinate representation of color #01488C: hue angle of 209.35º 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 #01488C is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 72 | 140 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.45 |
| HSL | 209.35º | 0.99% | 0.28% | - |
| HSV(B) | 209.35º | 0.99% | 0.55% | - |
| XYZ | 7.06 | 6.53 | 25.7 | - |
| YUV | 58.52 | 173.98 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 140 | 0.99 | 0.49 | 0 | 0.45 | 209.35 | 0.99 | 0.28 |
| Hex | 1 | 48 | 8C | 63 | 31 | 0 | 2D | D1 | 63 | 1C |
| Octal | 1 | 110 | 214 | 143 | 61 | 0 | 55 | 321 | 143 | 34 |
| Binary | 1 | 1001000 | 10001100 | 1100011 | 110001 | 0 | 101101 | 11010001 | 1100011 | 11100 |
Color Harmonies of #01488C
Complementary color
Monochromatic Colors of #01488C
Black with #01488C
Text Example
Text Example
White with #01488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01488C; }
p { color: rgb(1,72,140); }
H1.HeaderClassName
{
color: #01488C;
}
.AnyTagClassName
{
color: #01488C;
}
</style>
background-color css
<style>
a { background-color: #01488C; }
a { background-color: rgb(1,72,140); }
div.DivClassName
{
background-color: #01488C;
}
.BgClassName
{
background-color: #01488C;
}
</style>
border-color css
<style>
span { border-color: #01488C; }
span { border-color: rgb(1,72,140); }
td.TdClassName
{
border-color: #01488C;
}
.TagClassName
{
border-color: #01488C;
}
</style>