Shades of Dark Cerulean #144792
Tints of Dark Cerulean #144792
RGB
CMYK
RGB Variations
Color information
#144792 (or 0x144792) is known color: Dark Cerulean. HEX triplet: 14, 47 and 92. RGB value is (20,71,146). Sum of RGB (Red+Green+Blue) = 20+71+146=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #144792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144792 is #EBB86D. Grayscale: #3F3F3F. Windows color (decimal): -15448174 or 9586452. OLE color: 9586452.
HSL color Cylindrical-coordinate representation of color #144792: hue angle of 215.71º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144792 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 71 | 146 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.43 |
| HSL | 215.71º | 0.76% | 0.33% | - |
| HSV(B) | 215.71º | 0.86% | 0.57% | - |
| XYZ | 7.73 | 6.73 | 28.09 | - |
| YUV | 64.3 | 174.1 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 146 | 0.86 | 0.51 | 0 | 0.43 | 215.71 | 0.76 | 0.33 |
| Hex | 14 | 47 | 92 | 56 | 33 | 0 | 2B | D8 | 4C | 21 |
| Octal | 24 | 107 | 222 | 126 | 63 | 0 | 53 | 330 | 114 | 41 |
| Binary | 10100 | 1000111 | 10010010 | 1010110 | 110011 | 0 | 101011 | 11011000 | 1001100 | 100001 |
Color Harmonies of #144792
Complementary color
Monochromatic Colors of #144792
Black with #144792
Text Example
Text Example
White with #144792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144792; }
p { color: rgb(20,71,146); }
H1.HeaderClassName
{
color: #144792;
}
.AnyTagClassName
{
color: #144792;
}
</style>
background-color css
<style>
a { background-color: #144792; }
a { background-color: rgb(20,71,146); }
div.DivClassName
{
background-color: #144792;
}
.BgClassName
{
background-color: #144792;
}
</style>
border-color css
<style>
span { border-color: #144792; }
span { border-color: rgb(20,71,146); }
td.TdClassName
{
border-color: #144792;
}
.TagClassName
{
border-color: #144792;
}
</style>