Shades of Dark Cerulean #01487C
Tints of Dark Cerulean #01487C
RGB
CMYK
RGB Variations
Color information
#01487C (or 0x01487C) is known color: Dark Cerulean. HEX triplet: 01, 48 and 7C. RGB value is (1,72,124). Sum of RGB (Red+Green+Blue) = 1+72+124=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #01487C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01487C is #FEB783. Grayscale: #383838. Windows color (decimal): -16693124 or 8144897. OLE color: 8144897.
HSL color Cylindrical-coordinate representation of color #01487C: hue angle of 205.37º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01487C is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 72 | 124 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.51 |
| HSL | 205.37º | 0.98% | 0.25% | - |
| HSV(B) | 205.37º | 0.99% | 0.49% | - |
| XYZ | 5.97 | 6.1 | 19.93 | - |
| YUV | 56.7 | 165.98 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 124 | 0.99 | 0.42 | 0 | 0.51 | 205.37 | 0.98 | 0.25 |
| Hex | 1 | 48 | 7C | 63 | 2A | 0 | 33 | CD | 62 | 19 |
| Octal | 1 | 110 | 174 | 143 | 52 | 0 | 63 | 315 | 142 | 31 |
| Binary | 1 | 1001000 | 1111100 | 1100011 | 101010 | 0 | 110011 | 11001101 | 1100010 | 11001 |
Color Harmonies of #01487C
Complementary color
Monochromatic Colors of #01487C
Black with #01487C
Text Example
Text Example
White with #01487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01487C; }
p { color: rgb(1,72,124); }
H1.HeaderClassName
{
color: #01487C;
}
.AnyTagClassName
{
color: #01487C;
}
</style>
background-color css
<style>
a { background-color: #01487C; }
a { background-color: rgb(1,72,124); }
div.DivClassName
{
background-color: #01487C;
}
.BgClassName
{
background-color: #01487C;
}
</style>
border-color css
<style>
span { border-color: #01487C; }
span { border-color: rgb(1,72,124); }
td.TdClassName
{
border-color: #01487C;
}
.TagClassName
{
border-color: #01487C;
}
</style>