Shades of Dark Cerulean #143C6E
Tints of Dark Cerulean #143C6E
RGB
CMYK
RGB Variations
Color information
#143C6E (or 0x143C6E) is known color: Dark Cerulean. HEX triplet: 14, 3C and 6E. RGB value is (20,60,110). Sum of RGB (Red+Green+Blue) = 20+60+110=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #143C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C6E is #EBC391. Grayscale: #353535. Windows color (decimal): -15451026 or 7224340. OLE color: 7224340.
HSL color Cylindrical-coordinate representation of color #143C6E: hue angle of 213.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143C6E is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 60 | 110 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.57 |
| HSL | 213.33º | 0.69% | 0.25% | - |
| HSV(B) | 213.33º | 0.82% | 0.43% | - |
| XYZ | 4.72 | 4.51 | 15.37 | - |
| YUV | 53.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 110 | 0.82 | 0.45 | 0 | 0.57 | 213.33 | 0.69 | 0.25 |
| Hex | 14 | 3C | 6E | 52 | 2D | 0 | 39 | D5 | 45 | 19 |
| Octal | 24 | 74 | 156 | 122 | 55 | 0 | 71 | 325 | 105 | 31 |
| Binary | 10100 | 111100 | 1101110 | 1010010 | 101101 | 0 | 111001 | 11010101 | 1000101 | 11001 |
Color Harmonies of #143C6E
Complementary color
Monochromatic Colors of #143C6E
Black with #143C6E
Text Example
Text Example
White with #143C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C6E; }
p { color: rgb(20,60,110); }
H1.HeaderClassName
{
color: #143C6E;
}
.AnyTagClassName
{
color: #143C6E;
}
</style>
background-color css
<style>
a { background-color: #143C6E; }
a { background-color: rgb(20,60,110); }
div.DivClassName
{
background-color: #143C6E;
}
.BgClassName
{
background-color: #143C6E;
}
</style>
border-color css
<style>
span { border-color: #143C6E; }
span { border-color: rgb(20,60,110); }
td.TdClassName
{
border-color: #143C6E;
}
.TagClassName
{
border-color: #143C6E;
}
</style>