Shades of Dark Cerulean #144690
Tints of Dark Cerulean #144690
RGB
CMYK
RGB Variations
Color information
#144690 (or 0x144690) is known color: Dark Cerulean. HEX triplet: 14, 46 and 90. RGB value is (20,70,144). Sum of RGB (Red+Green+Blue) = 20+70+144=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #144690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144690 is #EBB96F. Grayscale: #3F3F3F. Windows color (decimal): -15448432 or 9455124. OLE color: 9455124.
HSL color Cylindrical-coordinate representation of color #144690: hue angle of 215.81º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144690 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 70 | 144 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.44 |
| HSL | 215.81º | 0.76% | 0.32% | - |
| HSV(B) | 215.81º | 0.86% | 0.56% | - |
| XYZ | 7.51 | 6.54 | 27.25 | - |
| YUV | 63.49 | 173.44 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 144 | 0.86 | 0.51 | 0 | 0.44 | 215.81 | 0.76 | 0.32 |
| Hex | 14 | 46 | 90 | 56 | 33 | 0 | 2C | D8 | 4C | 20 |
| Octal | 24 | 106 | 220 | 126 | 63 | 0 | 54 | 330 | 114 | 40 |
| Binary | 10100 | 1000110 | 10010000 | 1010110 | 110011 | 0 | 101100 | 11011000 | 1001100 | 100000 |
Color Harmonies of #144690
Complementary color
Monochromatic Colors of #144690
Black with #144690
Text Example
Text Example
White with #144690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144690; }
p { color: rgb(20,70,144); }
H1.HeaderClassName
{
color: #144690;
}
.AnyTagClassName
{
color: #144690;
}
</style>
background-color css
<style>
a { background-color: #144690; }
a { background-color: rgb(20,70,144); }
div.DivClassName
{
background-color: #144690;
}
.BgClassName
{
background-color: #144690;
}
</style>
border-color css
<style>
span { border-color: #144690; }
span { border-color: rgb(20,70,144); }
td.TdClassName
{
border-color: #144690;
}
.TagClassName
{
border-color: #144690;
}
</style>