Shades of Dark Cerulean #143C7D
Tints of Dark Cerulean #143C7D
RGB
CMYK
RGB Variations
Color information
#143C7D (or 0x143C7D) is known color: Dark Cerulean. HEX triplet: 14, 3C and 7D. RGB value is (20,60,125). Sum of RGB (Red+Green+Blue) = 20+60+125=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #143C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C7D is #EBC382. Grayscale: #373737. Windows color (decimal): -15451011 or 8207380. OLE color: 8207380.
HSL color Cylindrical-coordinate representation of color #143C7D: hue angle of 217.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143C7D is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 60 | 125 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.51 |
| HSL | 217.14º | 0.72% | 0.28% | - |
| HSV(B) | 217.14º | 0.84% | 0.49% | - |
| XYZ | 5.61 | 4.86 | 20.04 | - |
| YUV | 55.45 | 167.25 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 125 | 0.84 | 0.52 | 0 | 0.51 | 217.14 | 0.72 | 0.28 |
| Hex | 14 | 3C | 7D | 54 | 34 | 0 | 33 | D9 | 48 | 1C |
| Octal | 24 | 74 | 175 | 124 | 64 | 0 | 63 | 331 | 110 | 34 |
| Binary | 10100 | 111100 | 1111101 | 1010100 | 110100 | 0 | 110011 | 11011001 | 1001000 | 11100 |
Color Harmonies of #143C7D
Complementary color
Monochromatic Colors of #143C7D
Black with #143C7D
Text Example
Text Example
White with #143C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C7D; }
p { color: rgb(20,60,125); }
H1.HeaderClassName
{
color: #143C7D;
}
.AnyTagClassName
{
color: #143C7D;
}
</style>
background-color css
<style>
a { background-color: #143C7D; }
a { background-color: rgb(20,60,125); }
div.DivClassName
{
background-color: #143C7D;
}
.BgClassName
{
background-color: #143C7D;
}
</style>
border-color css
<style>
span { border-color: #143C7D; }
span { border-color: rgb(20,60,125); }
td.TdClassName
{
border-color: #143C7D;
}
.TagClassName
{
border-color: #143C7D;
}
</style>