Shades of Dark Cerulean #144071
Tints of Dark Cerulean #144071
RGB
CMYK
RGB Variations
Color information
#144071 (or 0x144071) is known color: Dark Cerulean. HEX triplet: 14, 40 and 71. RGB value is (20,64,113). Sum of RGB (Red+Green+Blue) = 20+64+113=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #144071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144071 is #EBBF8E. Grayscale: #383838. Windows color (decimal): -15449999 or 7421972. OLE color: 7421972.
HSL color Cylindrical-coordinate representation of color #144071: hue angle of 211.61º 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 #144071 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 64 | 113 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.56 |
| HSL | 211.61º | 0.7% | 0.26% | - |
| HSV(B) | 211.61º | 0.82% | 0.44% | - |
| XYZ | 5.1 | 5.01 | 16.32 | - |
| YUV | 56.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 113 | 0.82 | 0.43 | 0 | 0.56 | 211.61 | 0.7 | 0.26 |
| Hex | 14 | 40 | 71 | 52 | 2B | 0 | 38 | D4 | 46 | 1A |
| Octal | 24 | 100 | 161 | 122 | 53 | 0 | 70 | 324 | 106 | 32 |
| Binary | 10100 | 1000000 | 1110001 | 1010010 | 101011 | 0 | 111000 | 11010100 | 1000110 | 11010 |
Color Harmonies of #144071
Complementary color
Monochromatic Colors of #144071
Black with #144071
Text Example
Text Example
White with #144071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144071; }
p { color: rgb(20,64,113); }
H1.HeaderClassName
{
color: #144071;
}
.AnyTagClassName
{
color: #144071;
}
</style>
background-color css
<style>
a { background-color: #144071; }
a { background-color: rgb(20,64,113); }
div.DivClassName
{
background-color: #144071;
}
.BgClassName
{
background-color: #144071;
}
</style>
border-color css
<style>
span { border-color: #144071; }
span { border-color: rgb(20,64,113); }
td.TdClassName
{
border-color: #144071;
}
.TagClassName
{
border-color: #144071;
}
</style>