Shades of Dark Cerulean #144A8D
Tints of Dark Cerulean #144A8D
RGB
CMYK
RGB Variations
Color information
#144A8D (or 0x144A8D) is known color: Dark Cerulean. HEX triplet: 14, 4A and 8D. RGB value is (20,74,141). Sum of RGB (Red+Green+Blue) = 20+74+141=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #144A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A8D is #EBB572. Grayscale: #414141. Windows color (decimal): -15447411 or 9259540. OLE color: 9259540.
HSL color Cylindrical-coordinate representation of color #144A8D: hue angle of 213.22º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144A8D is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 74 | 141 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.45 |
| HSL | 213.22º | 0.75% | 0.32% | - |
| HSV(B) | 213.22º | 0.86% | 0.55% | - |
| XYZ | 7.54 | 6.97 | 26.15 | - |
| YUV | 65.49 | 170.61 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 141 | 0.86 | 0.48 | 0 | 0.45 | 213.22 | 0.75 | 0.32 |
| Hex | 14 | 4A | 8D | 56 | 30 | 0 | 2D | D5 | 4B | 20 |
| Octal | 24 | 112 | 215 | 126 | 60 | 0 | 55 | 325 | 113 | 40 |
| Binary | 10100 | 1001010 | 10001101 | 1010110 | 110000 | 0 | 101101 | 11010101 | 1001011 | 100000 |
Color Harmonies of #144A8D
Complementary color
Monochromatic Colors of #144A8D
Black with #144A8D
Text Example
Text Example
White with #144A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A8D; }
p { color: rgb(20,74,141); }
H1.HeaderClassName
{
color: #144A8D;
}
.AnyTagClassName
{
color: #144A8D;
}
</style>
background-color css
<style>
a { background-color: #144A8D; }
a { background-color: rgb(20,74,141); }
div.DivClassName
{
background-color: #144A8D;
}
.BgClassName
{
background-color: #144A8D;
}
</style>
border-color css
<style>
span { border-color: #144A8D; }
span { border-color: rgb(20,74,141); }
td.TdClassName
{
border-color: #144A8D;
}
.TagClassName
{
border-color: #144A8D;
}
</style>