Shades of Dark Cerulean #144371
Tints of Dark Cerulean #144371
RGB
CMYK
RGB Variations
Color information
#144371 (or 0x144371) is known color: Dark Cerulean. HEX triplet: 14, 43 and 71. RGB value is (20,67,113). Sum of RGB (Red+Green+Blue) = 20+67+113=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #144371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144371 is #EBBC8E. Grayscale: #393939. Windows color (decimal): -15449231 or 7422740. OLE color: 7422740.
HSL color Cylindrical-coordinate representation of color #144371: hue angle of 209.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144371 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 67 | 113 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.56 |
| HSL | 209.68º | 0.7% | 0.26% | - |
| HSV(B) | 209.68º | 0.82% | 0.44% | - |
| XYZ | 5.28 | 5.36 | 16.38 | - |
| YUV | 58.19 | 158.93 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 113 | 0.82 | 0.41 | 0 | 0.56 | 209.68 | 0.7 | 0.26 |
| Hex | 14 | 43 | 71 | 52 | 29 | 0 | 38 | D2 | 46 | 1A |
| Octal | 24 | 103 | 161 | 122 | 51 | 0 | 70 | 322 | 106 | 32 |
| Binary | 10100 | 1000011 | 1110001 | 1010010 | 101001 | 0 | 111000 | 11010010 | 1000110 | 11010 |
Color Harmonies of #144371
Complementary color
Monochromatic Colors of #144371
Black with #144371
Text Example
Text Example
White with #144371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144371; }
p { color: rgb(20,67,113); }
H1.HeaderClassName
{
color: #144371;
}
.AnyTagClassName
{
color: #144371;
}
</style>
background-color css
<style>
a { background-color: #144371; }
a { background-color: rgb(20,67,113); }
div.DivClassName
{
background-color: #144371;
}
.BgClassName
{
background-color: #144371;
}
</style>
border-color css
<style>
span { border-color: #144371; }
span { border-color: rgb(20,67,113); }
td.TdClassName
{
border-color: #144371;
}
.TagClassName
{
border-color: #144371;
}
</style>