Shades of Dark Cerulean #143C6F
Tints of Dark Cerulean #143C6F
RGB
CMYK
RGB Variations
Color information
#143C6F (or 0x143C6F) is known color: Dark Cerulean. HEX triplet: 14, 3C and 6F. RGB value is (20,60,111). Sum of RGB (Red+Green+Blue) = 20+60+111=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #143C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C6F is #EBC390. Grayscale: #353535. Windows color (decimal): -15451025 or 7289876. OLE color: 7289876.
HSL color Cylindrical-coordinate representation of color #143C6F: hue angle of 213.63º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143C6F is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 60 | 111 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.56 |
| HSL | 213.63º | 0.69% | 0.26% | - |
| HSV(B) | 213.63º | 0.82% | 0.44% | - |
| XYZ | 4.77 | 4.53 | 15.66 | - |
| YUV | 53.85 | 160.25 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 111 | 0.82 | 0.46 | 0 | 0.56 | 213.63 | 0.69 | 0.26 |
| Hex | 14 | 3C | 6F | 52 | 2E | 0 | 38 | D6 | 45 | 1A |
| Octal | 24 | 74 | 157 | 122 | 56 | 0 | 70 | 326 | 105 | 32 |
| Binary | 10100 | 111100 | 1101111 | 1010010 | 101110 | 0 | 111000 | 11010110 | 1000101 | 11010 |
Color Harmonies of #143C6F
Complementary color
Monochromatic Colors of #143C6F
Black with #143C6F
Text Example
Text Example
White with #143C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C6F; }
p { color: rgb(20,60,111); }
H1.HeaderClassName
{
color: #143C6F;
}
.AnyTagClassName
{
color: #143C6F;
}
</style>
background-color css
<style>
a { background-color: #143C6F; }
a { background-color: rgb(20,60,111); }
div.DivClassName
{
background-color: #143C6F;
}
.BgClassName
{
background-color: #143C6F;
}
</style>
border-color css
<style>
span { border-color: #143C6F; }
span { border-color: rgb(20,60,111); }
td.TdClassName
{
border-color: #143C6F;
}
.TagClassName
{
border-color: #143C6F;
}
</style>