Shades of Dark Cerulean #01488E
Tints of Dark Cerulean #01488E
RGB
CMYK
RGB Variations
Color information
#01488E (or 0x01488E) is known color: Dark Cerulean. HEX triplet: 01, 48 and 8E. RGB value is (1,72,142). Sum of RGB (Red+Green+Blue) = 1+72+142=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 142 (55.86% from 255 or 66.05% from 215); Max value from RGB is 142 - color contains mainly: blue. Hex color #01488E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01488E is #FEB771. Grayscale: #3A3A3A. Windows color (decimal): -16693106 or 9324545. OLE color: 9324545.
HSL color Cylindrical-coordinate representation of color #01488E: hue angle of 209.79º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01488E is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 72 | 142 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.44 |
| HSL | 209.79º | 0.99% | 0.28% | - |
| HSV(B) | 209.79º | 0.99% | 0.56% | - |
| XYZ | 7.21 | 6.59 | 26.48 | - |
| YUV | 58.75 | 174.98 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 142 | 0.99 | 0.49 | 0 | 0.44 | 209.79 | 0.99 | 0.28 |
| Hex | 1 | 48 | 8E | 63 | 31 | 0 | 2C | D2 | 63 | 1C |
| Octal | 1 | 110 | 216 | 143 | 61 | 0 | 54 | 322 | 143 | 34 |
| Binary | 1 | 1001000 | 10001110 | 1100011 | 110001 | 0 | 101100 | 11010010 | 1100011 | 11100 |
Color Harmonies of #01488E
Complementary color
Monochromatic Colors of #01488E
Black with #01488E
Text Example
Text Example
White with #01488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01488E; }
p { color: rgb(1,72,142); }
H1.HeaderClassName
{
color: #01488E;
}
.AnyTagClassName
{
color: #01488E;
}
</style>
background-color css
<style>
a { background-color: #01488E; }
a { background-color: rgb(1,72,142); }
div.DivClassName
{
background-color: #01488E;
}
.BgClassName
{
background-color: #01488E;
}
</style>
border-color css
<style>
span { border-color: #01488E; }
span { border-color: rgb(1,72,142); }
td.TdClassName
{
border-color: #01488E;
}
.TagClassName
{
border-color: #01488E;
}
</style>