Shades of Dark Cerulean #143B84
Tints of Dark Cerulean #143B84
RGB
CMYK
RGB Variations
Color information
#143B84 (or 0x143B84) is known color: Dark Cerulean. HEX triplet: 14, 3B and 84. RGB value is (20,59,132). Sum of RGB (Red+Green+Blue) = 20+59+132=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #143B84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143B84 is #EBC47B. Grayscale: #373737. Windows color (decimal): -15451260 or 8665876. OLE color: 8665876.
HSL color Cylindrical-coordinate representation of color #143B84: hue angle of 219.11º 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 #143B84 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 59 | 132 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.48 |
| HSL | 219.11º | 0.74% | 0.3% | - |
| HSV(B) | 219.11º | 0.85% | 0.52% | - |
| XYZ | 6.02 | 4.94 | 22.47 | - |
| YUV | 55.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 132 | 0.85 | 0.55 | 0 | 0.48 | 219.11 | 0.74 | 0.3 |
| Hex | 14 | 3B | 84 | 55 | 37 | 0 | 30 | DB | 4A | 1E |
| Octal | 24 | 73 | 204 | 125 | 67 | 0 | 60 | 333 | 112 | 36 |
| Binary | 10100 | 111011 | 10000100 | 1010101 | 110111 | 0 | 110000 | 11011011 | 1001010 | 11110 |
Color Harmonies of #143B84
Complementary color
Monochromatic Colors of #143B84
Black with #143B84
Text Example
Text Example
White with #143B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B84; }
p { color: rgb(20,59,132); }
H1.HeaderClassName
{
color: #143B84;
}
.AnyTagClassName
{
color: #143B84;
}
</style>
background-color css
<style>
a { background-color: #143B84; }
a { background-color: rgb(20,59,132); }
div.DivClassName
{
background-color: #143B84;
}
.BgClassName
{
background-color: #143B84;
}
</style>
border-color css
<style>
span { border-color: #143B84; }
span { border-color: rgb(20,59,132); }
td.TdClassName
{
border-color: #143B84;
}
.TagClassName
{
border-color: #143B84;
}
</style>