Shades of Dark Cerulean #144883
Tints of Dark Cerulean #144883
RGB
CMYK
RGB Variations
Color information
#144883 (or 0x144883) is known color: Dark Cerulean. HEX triplet: 14, 48 and 83. RGB value is (20,72,131). Sum of RGB (Red+Green+Blue) = 20+72+131=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #144883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144883 is #EBB77C. Grayscale: #3E3E3E. Windows color (decimal): -15447933 or 8603668. OLE color: 8603668.
HSL color Cylindrical-coordinate representation of color #144883: hue angle of 211.89º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144883 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 72 | 131 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.49 |
| HSL | 211.89º | 0.74% | 0.3% | - |
| HSV(B) | 211.89º | 0.85% | 0.51% | - |
| XYZ | 6.7 | 6.42 | 22.36 | - |
| YUV | 63.18 | 166.27 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 131 | 0.85 | 0.45 | 0 | 0.49 | 211.89 | 0.74 | 0.3 |
| Hex | 14 | 48 | 83 | 55 | 2D | 0 | 31 | D4 | 4A | 1E |
| Octal | 24 | 110 | 203 | 125 | 55 | 0 | 61 | 324 | 112 | 36 |
| Binary | 10100 | 1001000 | 10000011 | 1010101 | 101101 | 0 | 110001 | 11010100 | 1001010 | 11110 |
Color Harmonies of #144883
Complementary color
Monochromatic Colors of #144883
Black with #144883
Text Example
Text Example
White with #144883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144883; }
p { color: rgb(20,72,131); }
H1.HeaderClassName
{
color: #144883;
}
.AnyTagClassName
{
color: #144883;
}
</style>
background-color css
<style>
a { background-color: #144883; }
a { background-color: rgb(20,72,131); }
div.DivClassName
{
background-color: #144883;
}
.BgClassName
{
background-color: #144883;
}
</style>
border-color css
<style>
span { border-color: #144883; }
span { border-color: rgb(20,72,131); }
td.TdClassName
{
border-color: #144883;
}
.TagClassName
{
border-color: #144883;
}
</style>