Shades of Dark Cerulean #01447C
Tints of Dark Cerulean #01447C
RGB
CMYK
RGB Variations
Color information
#01447C (or 0x01447C) is known color: Dark Cerulean. HEX triplet: 01, 44 and 7C. RGB value is (1,68,124). Sum of RGB (Red+Green+Blue) = 1+68+124=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #01447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01447C is #FEBB83. Grayscale: #363636. Windows color (decimal): -16694148 or 8143873. OLE color: 8143873.
HSL color Cylindrical-coordinate representation of color #01447C: hue angle of 207.32º 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 #01447C is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 68 | 124 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.51 |
| HSL | 207.32º | 0.98% | 0.25% | - |
| HSV(B) | 207.32º | 0.99% | 0.49% | - |
| XYZ | 5.72 | 5.6 | 19.85 | - |
| YUV | 54.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 124 | 0.99 | 0.45 | 0 | 0.51 | 207.32 | 0.98 | 0.25 |
| Hex | 1 | 44 | 7C | 63 | 2D | 0 | 33 | CF | 62 | 19 |
| Octal | 1 | 104 | 174 | 143 | 55 | 0 | 63 | 317 | 142 | 31 |
| Binary | 1 | 1000100 | 1111100 | 1100011 | 101101 | 0 | 110011 | 11001111 | 1100010 | 11001 |
Color Harmonies of #01447C
Complementary color
Monochromatic Colors of #01447C
Black with #01447C
Text Example
Text Example
White with #01447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01447C; }
p { color: rgb(1,68,124); }
H1.HeaderClassName
{
color: #01447C;
}
.AnyTagClassName
{
color: #01447C;
}
</style>
background-color css
<style>
a { background-color: #01447C; }
a { background-color: rgb(1,68,124); }
div.DivClassName
{
background-color: #01447C;
}
.BgClassName
{
background-color: #01447C;
}
</style>
border-color css
<style>
span { border-color: #01447C; }
span { border-color: rgb(1,68,124); }
td.TdClassName
{
border-color: #01447C;
}
.TagClassName
{
border-color: #01447C;
}
</style>