Shades of Dark Cerulean #143E8C
Tints of Dark Cerulean #143E8C
RGB
CMYK
RGB Variations
Color information
#143E8C (or 0x143E8C) is known color: Dark Cerulean. HEX triplet: 14, 3E and 8C. RGB value is (20,62,140). Sum of RGB (Red+Green+Blue) = 20+62+140=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #143E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143E8C is #EBC173. Grayscale: #393939. Windows color (decimal): -15450484 or 9190932. OLE color: 9190932.
HSL color Cylindrical-coordinate representation of color #143E8C: hue angle of 219º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143E8C is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 62 | 140 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.45 |
| HSL | 219º | 0.75% | 0.31% | - |
| HSV(B) | 219º | 0.86% | 0.55% | - |
| XYZ | 6.74 | 5.49 | 25.51 | - |
| YUV | 58.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 140 | 0.86 | 0.56 | 0 | 0.45 | 219 | 0.75 | 0.31 |
| Hex | 14 | 3E | 8C | 56 | 38 | 0 | 2D | DB | 4B | 1F |
| Octal | 24 | 76 | 214 | 126 | 70 | 0 | 55 | 333 | 113 | 37 |
| Binary | 10100 | 111110 | 10001100 | 1010110 | 111000 | 0 | 101101 | 11011011 | 1001011 | 11111 |
Color Harmonies of #143E8C
Complementary color
Monochromatic Colors of #143E8C
Black with #143E8C
Text Example
Text Example
White with #143E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E8C; }
p { color: rgb(20,62,140); }
H1.HeaderClassName
{
color: #143E8C;
}
.AnyTagClassName
{
color: #143E8C;
}
</style>
background-color css
<style>
a { background-color: #143E8C; }
a { background-color: rgb(20,62,140); }
div.DivClassName
{
background-color: #143E8C;
}
.BgClassName
{
background-color: #143E8C;
}
</style>
border-color css
<style>
span { border-color: #143E8C; }
span { border-color: rgb(20,62,140); }
td.TdClassName
{
border-color: #143E8C;
}
.TagClassName
{
border-color: #143E8C;
}
</style>