Shades of Dark Cerulean #144392
Tints of Dark Cerulean #144392
RGB
CMYK
RGB Variations
Color information
#144392 (or 0x144392) is known color: Dark Cerulean. HEX triplet: 14, 43 and 92. RGB value is (20,67,146). Sum of RGB (Red+Green+Blue) = 20+67+146=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #144392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144392 is #EBBC6D. Grayscale: #3D3D3D. Windows color (decimal): -15449198 or 9585428. OLE color: 9585428.
HSL color Cylindrical-coordinate representation of color #144392: hue angle of 217.62º 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 #144392 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 67 | 146 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.43 |
| HSL | 217.62º | 0.76% | 0.33% | - |
| HSV(B) | 217.62º | 0.86% | 0.57% | - |
| XYZ | 7.48 | 6.24 | 28 | - |
| YUV | 61.95 | 175.43 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 146 | 0.86 | 0.54 | 0 | 0.43 | 217.62 | 0.76 | 0.33 |
| Hex | 14 | 43 | 92 | 56 | 36 | 0 | 2B | DA | 4C | 21 |
| Octal | 24 | 103 | 222 | 126 | 66 | 0 | 53 | 332 | 114 | 41 |
| Binary | 10100 | 1000011 | 10010010 | 1010110 | 110110 | 0 | 101011 | 11011010 | 1001100 | 100001 |
Color Harmonies of #144392
Complementary color
Monochromatic Colors of #144392
Black with #144392
Text Example
Text Example
White with #144392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144392; }
p { color: rgb(20,67,146); }
H1.HeaderClassName
{
color: #144392;
}
.AnyTagClassName
{
color: #144392;
}
</style>
background-color css
<style>
a { background-color: #144392; }
a { background-color: rgb(20,67,146); }
div.DivClassName
{
background-color: #144392;
}
.BgClassName
{
background-color: #144392;
}
</style>
border-color css
<style>
span { border-color: #144392; }
span { border-color: rgb(20,67,146); }
td.TdClassName
{
border-color: #144392;
}
.TagClassName
{
border-color: #144392;
}
</style>