Shades of Dark Cerulean #143C84
Tints of Dark Cerulean #143C84
RGB
CMYK
RGB Variations
Color information
#143C84 (or 0x143C84) is known color: Dark Cerulean. HEX triplet: 14, 3C and 84. RGB value is (20,60,132). Sum of RGB (Red+Green+Blue) = 20+60+132=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #143C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143C84 is #EBC37B. Grayscale: #373737. Windows color (decimal): -15451004 or 8666132. OLE color: 8666132.
HSL color Cylindrical-coordinate representation of color #143C84: hue angle of 218.57º 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 #143C84 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 60 | 132 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.48 |
| HSL | 218.57º | 0.74% | 0.3% | - |
| HSV(B) | 218.57º | 0.85% | 0.52% | - |
| XYZ | 6.07 | 5.05 | 22.48 | - |
| YUV | 56.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 132 | 0.85 | 0.55 | 0 | 0.48 | 218.57 | 0.74 | 0.3 |
| Hex | 14 | 3C | 84 | 55 | 37 | 0 | 30 | DB | 4A | 1E |
| Octal | 24 | 74 | 204 | 125 | 67 | 0 | 60 | 333 | 112 | 36 |
| Binary | 10100 | 111100 | 10000100 | 1010101 | 110111 | 0 | 110000 | 11011011 | 1001010 | 11110 |
Color Harmonies of #143C84
Complementary color
Monochromatic Colors of #143C84
Black with #143C84
Text Example
Text Example
White with #143C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C84; }
p { color: rgb(20,60,132); }
H1.HeaderClassName
{
color: #143C84;
}
.AnyTagClassName
{
color: #143C84;
}
</style>
background-color css
<style>
a { background-color: #143C84; }
a { background-color: rgb(20,60,132); }
div.DivClassName
{
background-color: #143C84;
}
.BgClassName
{
background-color: #143C84;
}
</style>
border-color css
<style>
span { border-color: #143C84; }
span { border-color: rgb(20,60,132); }
td.TdClassName
{
border-color: #143C84;
}
.TagClassName
{
border-color: #143C84;
}
</style>