Shades of Dark Cerulean #144674
Tints of Dark Cerulean #144674
RGB
CMYK
RGB Variations
Color information
#144674 (or 0x144674) is known color: Dark Cerulean. HEX triplet: 14, 46 and 74. RGB value is (20,70,116). Sum of RGB (Red+Green+Blue) = 20+70+116=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #144674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144674 is #EBB98B. Grayscale: #3C3C3C. Windows color (decimal): -15448460 or 7620116. OLE color: 7620116.
HSL color Cylindrical-coordinate representation of color #144674: hue angle of 208.75º 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 #144674 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 70 | 116 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.55 |
| HSL | 208.75º | 0.71% | 0.27% | - |
| HSV(B) | 208.75º | 0.83% | 0.45% | - |
| XYZ | 5.63 | 5.79 | 17.34 | - |
| YUV | 60.29 | 159.44 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 116 | 0.83 | 0.40 | 0 | 0.55 | 208.75 | 0.71 | 0.27 |
| Hex | 14 | 46 | 74 | 53 | 28 | 0 | 37 | D1 | 47 | 1B |
| Octal | 24 | 106 | 164 | 123 | 50 | 0 | 67 | 321 | 107 | 33 |
| Binary | 10100 | 1000110 | 1110100 | 1010011 | 101000 | 0 | 110111 | 11010001 | 1000111 | 11011 |
Color Harmonies of #144674
Complementary color
Monochromatic Colors of #144674
Black with #144674
Text Example
Text Example
White with #144674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144674; }
p { color: rgb(20,70,116); }
H1.HeaderClassName
{
color: #144674;
}
.AnyTagClassName
{
color: #144674;
}
</style>
background-color css
<style>
a { background-color: #144674; }
a { background-color: rgb(20,70,116); }
div.DivClassName
{
background-color: #144674;
}
.BgClassName
{
background-color: #144674;
}
</style>
border-color css
<style>
span { border-color: #144674; }
span { border-color: rgb(20,70,116); }
td.TdClassName
{
border-color: #144674;
}
.TagClassName
{
border-color: #144674;
}
</style>