Shades of Dark Cerulean #143E8B
Tints of Dark Cerulean #143E8B
RGB
CMYK
RGB Variations
Color information
#143E8B (or 0x143E8B) is known color: Dark Cerulean. HEX triplet: 14, 3E and 8B. RGB value is (20,62,139). Sum of RGB (Red+Green+Blue) = 20+62+139=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #143E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143E8B is #EBC174. Grayscale: #393939. Windows color (decimal): -15450485 or 9125396. OLE color: 9125396.
HSL color Cylindrical-coordinate representation of color #143E8B: hue angle of 218.82º 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 #143E8B is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 62 | 139 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.45 |
| HSL | 218.82º | 0.75% | 0.31% | - |
| HSV(B) | 218.82º | 0.86% | 0.55% | - |
| XYZ | 6.67 | 5.46 | 25.13 | - |
| YUV | 58.22 | 173.59 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 139 | 0.86 | 0.55 | 0 | 0.45 | 218.82 | 0.75 | 0.31 |
| Hex | 14 | 3E | 8B | 56 | 37 | 0 | 2D | DB | 4B | 1F |
| Octal | 24 | 76 | 213 | 126 | 67 | 0 | 55 | 333 | 113 | 37 |
| Binary | 10100 | 111110 | 10001011 | 1010110 | 110111 | 0 | 101101 | 11011011 | 1001011 | 11111 |
Color Harmonies of #143E8B
Complementary color
Monochromatic Colors of #143E8B
Black with #143E8B
Text Example
Text Example
White with #143E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E8B; }
p { color: rgb(20,62,139); }
H1.HeaderClassName
{
color: #143E8B;
}
.AnyTagClassName
{
color: #143E8B;
}
</style>
background-color css
<style>
a { background-color: #143E8B; }
a { background-color: rgb(20,62,139); }
div.DivClassName
{
background-color: #143E8B;
}
.BgClassName
{
background-color: #143E8B;
}
</style>
border-color css
<style>
span { border-color: #143E8B; }
span { border-color: rgb(20,62,139); }
td.TdClassName
{
border-color: #143E8B;
}
.TagClassName
{
border-color: #143E8B;
}
</style>