Shades of Dark Cerulean #144995
Tints of Dark Cerulean #144995
RGB
CMYK
RGB Variations
Color information
#144995 (or 0x144995) is known color: Dark Cerulean. HEX triplet: 14, 49 and 95. RGB value is (20,73,149). Sum of RGB (Red+Green+Blue) = 20+73+149=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #144995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144995 is #EBB66A. Grayscale: #414141. Windows color (decimal): -15447659 or 9783572. OLE color: 9783572.
HSL color Cylindrical-coordinate representation of color #144995: hue angle of 215.35º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144995 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 73 | 149 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.42 |
| HSL | 215.35º | 0.76% | 0.33% | - |
| HSV(B) | 215.35º | 0.87% | 0.58% | - |
| XYZ | 8.1 | 7.08 | 29.37 | - |
| YUV | 65.82 | 174.94 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 149 | 0.87 | 0.51 | 0 | 0.42 | 215.35 | 0.76 | 0.33 |
| Hex | 14 | 49 | 95 | 57 | 33 | 0 | 2A | D7 | 4C | 21 |
| Octal | 24 | 111 | 225 | 127 | 63 | 0 | 52 | 327 | 114 | 41 |
| Binary | 10100 | 1001001 | 10010101 | 1010111 | 110011 | 0 | 101010 | 11010111 | 1001100 | 100001 |
Color Harmonies of #144995
Complementary color
Monochromatic Colors of #144995
Black with #144995
Text Example
Text Example
White with #144995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144995; }
p { color: rgb(20,73,149); }
H1.HeaderClassName
{
color: #144995;
}
.AnyTagClassName
{
color: #144995;
}
</style>
background-color css
<style>
a { background-color: #144995; }
a { background-color: rgb(20,73,149); }
div.DivClassName
{
background-color: #144995;
}
.BgClassName
{
background-color: #144995;
}
</style>
border-color css
<style>
span { border-color: #144995; }
span { border-color: rgb(20,73,149); }
td.TdClassName
{
border-color: #144995;
}
.TagClassName
{
border-color: #144995;
}
</style>