Shades of Dark Cerulean #144570
Tints of Dark Cerulean #144570
RGB
CMYK
RGB Variations
Color information
#144570 (or 0x144570) is known color: Dark Cerulean. HEX triplet: 14, 45 and 70. RGB value is (20,69,112). Sum of RGB (Red+Green+Blue) = 20+69+112=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #144570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144570 is #EBBA8F. Grayscale: #3B3B3B. Windows color (decimal): -15448720 or 7357716. OLE color: 7357716.
HSL color Cylindrical-coordinate representation of color #144570: hue angle of 208.04º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144570 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 69 | 112 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.56 |
| HSL | 208.04º | 0.7% | 0.26% | - |
| HSV(B) | 208.04º | 0.82% | 0.44% | - |
| XYZ | 5.34 | 5.57 | 16.12 | - |
| YUV | 59.25 | 157.77 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 112 | 0.82 | 0.38 | 0 | 0.56 | 208.04 | 0.7 | 0.26 |
| Hex | 14 | 45 | 70 | 52 | 26 | 0 | 38 | D0 | 46 | 1A |
| Octal | 24 | 105 | 160 | 122 | 46 | 0 | 70 | 320 | 106 | 32 |
| Binary | 10100 | 1000101 | 1110000 | 1010010 | 100110 | 0 | 111000 | 11010000 | 1000110 | 11010 |
Color Harmonies of #144570
Complementary color
Monochromatic Colors of #144570
Black with #144570
Text Example
Text Example
White with #144570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144570; }
p { color: rgb(20,69,112); }
H1.HeaderClassName
{
color: #144570;
}
.AnyTagClassName
{
color: #144570;
}
</style>
background-color css
<style>
a { background-color: #144570; }
a { background-color: rgb(20,69,112); }
div.DivClassName
{
background-color: #144570;
}
.BgClassName
{
background-color: #144570;
}
</style>
border-color css
<style>
span { border-color: #144570; }
span { border-color: rgb(20,69,112); }
td.TdClassName
{
border-color: #144570;
}
.TagClassName
{
border-color: #144570;
}
</style>