Shades of Dark Cerulean #144F83
Tints of Dark Cerulean #144F83
RGB
CMYK
RGB Variations
Color information
#144F83 (or 0x144F83) is known color: Dark Cerulean. HEX triplet: 14, 4F and 83. RGB value is (20,79,131). Sum of RGB (Red+Green+Blue) = 20+79+131=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #144F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F83 is #EBB07C. Grayscale: #434343. Windows color (decimal): -15446141 or 8605460. OLE color: 8605460.
HSL color Cylindrical-coordinate representation of color #144F83: hue angle of 208.11º 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 #144F83 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 79 | 131 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.49 |
| HSL | 208.11º | 0.74% | 0.3% | - |
| HSV(B) | 208.11º | 0.85% | 0.51% | - |
| XYZ | 7.18 | 7.38 | 22.52 | - |
| YUV | 67.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 131 | 0.85 | 0.40 | 0 | 0.49 | 208.11 | 0.74 | 0.3 |
| Hex | 14 | 4F | 83 | 55 | 28 | 0 | 31 | D0 | 4A | 1E |
| Octal | 24 | 117 | 203 | 125 | 50 | 0 | 61 | 320 | 112 | 36 |
| Binary | 10100 | 1001111 | 10000011 | 1010101 | 101000 | 0 | 110001 | 11010000 | 1001010 | 11110 |
Color Harmonies of #144F83
Complementary color
Monochromatic Colors of #144F83
Black with #144F83
Text Example
Text Example
White with #144F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F83; }
p { color: rgb(20,79,131); }
H1.HeaderClassName
{
color: #144F83;
}
.AnyTagClassName
{
color: #144F83;
}
</style>
background-color css
<style>
a { background-color: #144F83; }
a { background-color: rgb(20,79,131); }
div.DivClassName
{
background-color: #144F83;
}
.BgClassName
{
background-color: #144F83;
}
</style>
border-color css
<style>
span { border-color: #144F83; }
span { border-color: rgb(20,79,131); }
td.TdClassName
{
border-color: #144F83;
}
.TagClassName
{
border-color: #144F83;
}
</style>