Shades of Dark Cerulean #144B82
Tints of Dark Cerulean #144B82
RGB
CMYK
RGB Variations
Color information
#144B82 (or 0x144B82) is known color: Dark Cerulean. HEX triplet: 14, 4B and 82. RGB value is (20,75,130). Sum of RGB (Red+Green+Blue) = 20+75+130=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #144B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144B82 is #EBB47D. Grayscale: #404040. Windows color (decimal): -15447166 or 8538900. OLE color: 8538900.
HSL color Cylindrical-coordinate representation of color #144B82: hue angle of 210º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144B82 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 75 | 130 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.49 |
| HSL | 210º | 0.73% | 0.29% | - |
| HSV(B) | 210º | 0.85% | 0.51% | - |
| XYZ | 6.83 | 6.79 | 22.07 | - |
| YUV | 64.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 130 | 0.85 | 0.42 | 0 | 0.49 | 210 | 0.73 | 0.29 |
| Hex | 14 | 4B | 82 | 55 | 2A | 0 | 31 | D2 | 49 | 1D |
| Octal | 24 | 113 | 202 | 125 | 52 | 0 | 61 | 322 | 111 | 35 |
| Binary | 10100 | 1001011 | 10000010 | 1010101 | 101010 | 0 | 110001 | 11010010 | 1001001 | 11101 |
Color Harmonies of #144B82
Complementary color
Monochromatic Colors of #144B82
Black with #144B82
Text Example
Text Example
White with #144B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B82; }
p { color: rgb(20,75,130); }
H1.HeaderClassName
{
color: #144B82;
}
.AnyTagClassName
{
color: #144B82;
}
</style>
background-color css
<style>
a { background-color: #144B82; }
a { background-color: rgb(20,75,130); }
div.DivClassName
{
background-color: #144B82;
}
.BgClassName
{
background-color: #144B82;
}
</style>
border-color css
<style>
span { border-color: #144B82; }
span { border-color: rgb(20,75,130); }
td.TdClassName
{
border-color: #144B82;
}
.TagClassName
{
border-color: #144B82;
}
</style>