Shades of Dark Cerulean #144B70
Tints of Dark Cerulean #144B70
RGB
CMYK
RGB Variations
Color information
#144B70 (or 0x144B70) is known color: Dark Cerulean. HEX triplet: 14, 4B and 70. RGB value is (20,75,112). Sum of RGB (Red+Green+Blue) = 20+75+112=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #144B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B70 is #EBB48F. Grayscale: #3E3E3E. Windows color (decimal): -15447184 or 7359252. OLE color: 7359252.
HSL color Cylindrical-coordinate representation of color #144B70: hue angle of 204.13º 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 #144B70 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 75 | 112 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.56 |
| HSL | 204.13º | 0.7% | 0.26% | - |
| HSV(B) | 204.13º | 0.82% | 0.44% | - |
| XYZ | 5.73 | 6.35 | 16.25 | - |
| YUV | 62.77 | 155.78 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 112 | 0.82 | 0.33 | 0 | 0.56 | 204.13 | 0.7 | 0.26 |
| Hex | 14 | 4B | 70 | 52 | 21 | 0 | 38 | CC | 46 | 1A |
| Octal | 24 | 113 | 160 | 122 | 41 | 0 | 70 | 314 | 106 | 32 |
| Binary | 10100 | 1001011 | 1110000 | 1010010 | 100001 | 0 | 111000 | 11001100 | 1000110 | 11010 |
Color Harmonies of #144B70
Complementary color
Monochromatic Colors of #144B70
Black with #144B70
Text Example
Text Example
White with #144B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B70; }
p { color: rgb(20,75,112); }
H1.HeaderClassName
{
color: #144B70;
}
.AnyTagClassName
{
color: #144B70;
}
</style>
background-color css
<style>
a { background-color: #144B70; }
a { background-color: rgb(20,75,112); }
div.DivClassName
{
background-color: #144B70;
}
.BgClassName
{
background-color: #144B70;
}
</style>
border-color css
<style>
span { border-color: #144B70; }
span { border-color: rgb(20,75,112); }
td.TdClassName
{
border-color: #144B70;
}
.TagClassName
{
border-color: #144B70;
}
</style>