Shades of Dark Cerulean #01487B
Tints of Dark Cerulean #01487B
RGB
CMYK
RGB Variations
Color information
#01487B (or 0x01487B) is known color: Dark Cerulean. HEX triplet: 01, 48 and 7B. RGB value is (1,72,123). Sum of RGB (Red+Green+Blue) = 1+72+123=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #01487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01487B is #FEB784. Grayscale: #383838. Windows color (decimal): -16693125 or 8079361. OLE color: 8079361.
HSL color Cylindrical-coordinate representation of color #01487B: hue angle of 205.08º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01487B is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 72 | 123 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.52 |
| HSL | 205.08º | 0.98% | 0.24% | - |
| HSV(B) | 205.08º | 0.99% | 0.48% | - |
| XYZ | 5.91 | 6.07 | 19.6 | - |
| YUV | 56.59 | 165.48 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 123 | 0.99 | 0.41 | 0 | 0.52 | 205.08 | 0.98 | 0.24 |
| Hex | 1 | 48 | 7B | 63 | 29 | 0 | 34 | CD | 62 | 18 |
| Octal | 1 | 110 | 173 | 143 | 51 | 0 | 64 | 315 | 142 | 30 |
| Binary | 1 | 1001000 | 1111011 | 1100011 | 101001 | 0 | 110100 | 11001101 | 1100010 | 11000 |
Color Harmonies of #01487B
Complementary color
Monochromatic Colors of #01487B
Black with #01487B
Text Example
Text Example
White with #01487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01487B; }
p { color: rgb(1,72,123); }
H1.HeaderClassName
{
color: #01487B;
}
.AnyTagClassName
{
color: #01487B;
}
</style>
background-color css
<style>
a { background-color: #01487B; }
a { background-color: rgb(1,72,123); }
div.DivClassName
{
background-color: #01487B;
}
.BgClassName
{
background-color: #01487B;
}
</style>
border-color css
<style>
span { border-color: #01487B; }
span { border-color: rgb(1,72,123); }
td.TdClassName
{
border-color: #01487B;
}
.TagClassName
{
border-color: #01487B;
}
</style>