Shades of Dark Cerulean #01447A
Tints of Dark Cerulean #01447A
RGB
CMYK
RGB Variations
Color information
#01447A (or 0x01447A) is known color: Dark Cerulean. HEX triplet: 01, 44 and 7A. RGB value is (1,68,122). Sum of RGB (Red+Green+Blue) = 1+68+122=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #01447A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01447A is #FEBB85. Grayscale: #353535. Windows color (decimal): -16694150 or 8012801. OLE color: 8012801.
HSL color Cylindrical-coordinate representation of color #01447A: hue angle of 206.78º 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 #01447A is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 68 | 122 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.52 |
| HSL | 206.78º | 0.98% | 0.24% | - |
| HSV(B) | 206.78º | 0.99% | 0.48% | - |
| XYZ | 5.59 | 5.55 | 19.19 | - |
| YUV | 54.12 | 166.3 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 122 | 0.99 | 0.44 | 0 | 0.52 | 206.78 | 0.98 | 0.24 |
| Hex | 1 | 44 | 7A | 63 | 2C | 0 | 34 | CF | 62 | 18 |
| Octal | 1 | 104 | 172 | 143 | 54 | 0 | 64 | 317 | 142 | 30 |
| Binary | 1 | 1000100 | 1111010 | 1100011 | 101100 | 0 | 110100 | 11001111 | 1100010 | 11000 |
Color Harmonies of #01447A
Complementary color
Monochromatic Colors of #01447A
Black with #01447A
Text Example
Text Example
White with #01447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01447A; }
p { color: rgb(1,68,122); }
H1.HeaderClassName
{
color: #01447A;
}
.AnyTagClassName
{
color: #01447A;
}
</style>
background-color css
<style>
a { background-color: #01447A; }
a { background-color: rgb(1,68,122); }
div.DivClassName
{
background-color: #01447A;
}
.BgClassName
{
background-color: #01447A;
}
</style>
border-color css
<style>
span { border-color: #01447A; }
span { border-color: rgb(1,68,122); }
td.TdClassName
{
border-color: #01447A;
}
.TagClassName
{
border-color: #01447A;
}
</style>