Shades of Dark Cerulean #144074
Tints of Dark Cerulean #144074
RGB
CMYK
RGB Variations
Color information
#144074 (or 0x144074) is known color: Dark Cerulean. HEX triplet: 14, 40 and 74. RGB value is (20,64,116). Sum of RGB (Red+Green+Blue) = 20+64+116=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #144074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144074 is #EBBF8B. Grayscale: #383838. Windows color (decimal): -15449996 or 7618580. OLE color: 7618580.
HSL color Cylindrical-coordinate representation of color #144074: hue angle of 212.5º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144074 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 64 | 116 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.55 |
| HSL | 212.5º | 0.71% | 0.27% | - |
| HSV(B) | 212.5º | 0.83% | 0.45% | - |
| XYZ | 5.27 | 5.08 | 17.22 | - |
| YUV | 56.77 | 161.42 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 116 | 0.83 | 0.45 | 0 | 0.55 | 212.5 | 0.71 | 0.27 |
| Hex | 14 | 40 | 74 | 53 | 2D | 0 | 37 | D4 | 47 | 1B |
| Octal | 24 | 100 | 164 | 123 | 55 | 0 | 67 | 324 | 107 | 33 |
| Binary | 10100 | 1000000 | 1110100 | 1010011 | 101101 | 0 | 110111 | 11010100 | 1000111 | 11011 |
Color Harmonies of #144074
Complementary color
Monochromatic Colors of #144074
Black with #144074
Text Example
Text Example
White with #144074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144074; }
p { color: rgb(20,64,116); }
H1.HeaderClassName
{
color: #144074;
}
.AnyTagClassName
{
color: #144074;
}
</style>
background-color css
<style>
a { background-color: #144074; }
a { background-color: rgb(20,64,116); }
div.DivClassName
{
background-color: #144074;
}
.BgClassName
{
background-color: #144074;
}
</style>
border-color css
<style>
span { border-color: #144074; }
span { border-color: rgb(20,64,116); }
td.TdClassName
{
border-color: #144074;
}
.TagClassName
{
border-color: #144074;
}
</style>