Shades of Dark Cerulean #143D84
Tints of Dark Cerulean #143D84
RGB
CMYK
RGB Variations
Color information
#143D84 (or 0x143D84) is known color: Dark Cerulean. HEX triplet: 14, 3D and 84. RGB value is (20,61,132). Sum of RGB (Red+Green+Blue) = 20+61+132=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #143D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143D84 is #EBC27B. Grayscale: #383838. Windows color (decimal): -15450748 or 8666388. OLE color: 8666388.
HSL color Cylindrical-coordinate representation of color #143D84: hue angle of 218.04º 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 #143D84 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 61 | 132 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.48 |
| HSL | 218.04º | 0.74% | 0.3% | - |
| HSV(B) | 218.04º | 0.85% | 0.52% | - |
| XYZ | 6.12 | 5.15 | 22.5 | - |
| YUV | 56.84 | 170.42 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 132 | 0.85 | 0.54 | 0 | 0.48 | 218.04 | 0.74 | 0.3 |
| Hex | 14 | 3D | 84 | 55 | 36 | 0 | 30 | DA | 4A | 1E |
| Octal | 24 | 75 | 204 | 125 | 66 | 0 | 60 | 332 | 112 | 36 |
| Binary | 10100 | 111101 | 10000100 | 1010101 | 110110 | 0 | 110000 | 11011010 | 1001010 | 11110 |
Color Harmonies of #143D84
Complementary color
Monochromatic Colors of #143D84
Black with #143D84
Text Example
Text Example
White with #143D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D84; }
p { color: rgb(20,61,132); }
H1.HeaderClassName
{
color: #143D84;
}
.AnyTagClassName
{
color: #143D84;
}
</style>
background-color css
<style>
a { background-color: #143D84; }
a { background-color: rgb(20,61,132); }
div.DivClassName
{
background-color: #143D84;
}
.BgClassName
{
background-color: #143D84;
}
</style>
border-color css
<style>
span { border-color: #143D84; }
span { border-color: rgb(20,61,132); }
td.TdClassName
{
border-color: #143D84;
}
.TagClassName
{
border-color: #143D84;
}
</style>