Shades of Dark Cerulean #144D91
Tints of Dark Cerulean #144D91
RGB
CMYK
RGB Variations
Color information
#144D91 (or 0x144D91) is known color: Dark Cerulean. HEX triplet: 14, 4D and 91. RGB value is (20,77,145). Sum of RGB (Red+Green+Blue) = 20+77+145=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #144D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144D91 is #EBB26E. Grayscale: #434343. Windows color (decimal): -15446639 or 9522452. OLE color: 9522452.
HSL color Cylindrical-coordinate representation of color #144D91: hue angle of 212.64º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144D91 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 77 | 145 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.43 |
| HSL | 212.64º | 0.76% | 0.32% | - |
| HSV(B) | 212.64º | 0.86% | 0.57% | - |
| XYZ | 8.05 | 7.5 | 27.81 | - |
| YUV | 67.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 145 | 0.86 | 0.47 | 0 | 0.43 | 212.64 | 0.76 | 0.32 |
| Hex | 14 | 4D | 91 | 56 | 2F | 0 | 2B | D5 | 4C | 20 |
| Octal | 24 | 115 | 221 | 126 | 57 | 0 | 53 | 325 | 114 | 40 |
| Binary | 10100 | 1001101 | 10010001 | 1010110 | 101111 | 0 | 101011 | 11010101 | 1001100 | 100000 |
Color Harmonies of #144D91
Complementary color
Monochromatic Colors of #144D91
Black with #144D91
Text Example
Text Example
White with #144D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D91; }
p { color: rgb(20,77,145); }
H1.HeaderClassName
{
color: #144D91;
}
.AnyTagClassName
{
color: #144D91;
}
</style>
background-color css
<style>
a { background-color: #144D91; }
a { background-color: rgb(20,77,145); }
div.DivClassName
{
background-color: #144D91;
}
.BgClassName
{
background-color: #144D91;
}
</style>
border-color css
<style>
span { border-color: #144D91; }
span { border-color: rgb(20,77,145); }
td.TdClassName
{
border-color: #144D91;
}
.TagClassName
{
border-color: #144D91;
}
</style>