Shades of Dark Cerulean #143984
Tints of Dark Cerulean #143984
RGB
CMYK
RGB Variations
Color information
#143984 (or 0x143984) is known color: Dark Cerulean. HEX triplet: 14, 39 and 84. RGB value is (20,57,132). Sum of RGB (Red+Green+Blue) = 20+57+132=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #143984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143984 is #EBC67B. Grayscale: #363636. Windows color (decimal): -15451772 or 8665364. OLE color: 8665364.
HSL color Cylindrical-coordinate representation of color #143984: hue angle of 220.18º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143984 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 57 | 132 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.48 |
| HSL | 220.18º | 0.74% | 0.3% | - |
| HSV(B) | 220.18º | 0.85% | 0.52% | - |
| XYZ | 5.92 | 4.74 | 22.43 | - |
| YUV | 54.49 | 171.74 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 132 | 0.85 | 0.57 | 0 | 0.48 | 220.18 | 0.74 | 0.3 |
| Hex | 14 | 39 | 84 | 55 | 39 | 0 | 30 | DC | 4A | 1E |
| Octal | 24 | 71 | 204 | 125 | 71 | 0 | 60 | 334 | 112 | 36 |
| Binary | 10100 | 111001 | 10000100 | 1010101 | 111001 | 0 | 110000 | 11011100 | 1001010 | 11110 |
Color Harmonies of #143984
Complementary color
Monochromatic Colors of #143984
Black with #143984
Text Example
Text Example
White with #143984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143984; }
p { color: rgb(20,57,132); }
H1.HeaderClassName
{
color: #143984;
}
.AnyTagClassName
{
color: #143984;
}
</style>
background-color css
<style>
a { background-color: #143984; }
a { background-color: rgb(20,57,132); }
div.DivClassName
{
background-color: #143984;
}
.BgClassName
{
background-color: #143984;
}
</style>
border-color css
<style>
span { border-color: #143984; }
span { border-color: rgb(20,57,132); }
td.TdClassName
{
border-color: #143984;
}
.TagClassName
{
border-color: #143984;
}
</style>