Shades of Dark Cerulean #143F6D
Tints of Dark Cerulean #143F6D
RGB
CMYK
RGB Variations
Color information
#143F6D (or 0x143F6D) is known color: Dark Cerulean. HEX triplet: 14, 3F and 6D. RGB value is (20,63,109). Sum of RGB (Red+Green+Blue) = 20+63+109=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #143F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F6D is #EBC092. Grayscale: #373737. Windows color (decimal): -15450259 or 7159572. OLE color: 7159572.
HSL color Cylindrical-coordinate representation of color #143F6D: hue angle of 211.01º 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 #143F6D is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 63 | 109 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.57 |
| HSL | 211.01º | 0.69% | 0.25% | - |
| HSV(B) | 211.01º | 0.82% | 0.43% | - |
| XYZ | 4.83 | 4.81 | 15.14 | - |
| YUV | 55.39 | 158.25 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 109 | 0.82 | 0.42 | 0 | 0.57 | 211.01 | 0.69 | 0.25 |
| Hex | 14 | 3F | 6D | 52 | 2A | 0 | 39 | D3 | 45 | 19 |
| Octal | 24 | 77 | 155 | 122 | 52 | 0 | 71 | 323 | 105 | 31 |
| Binary | 10100 | 111111 | 1101101 | 1010010 | 101010 | 0 | 111001 | 11010011 | 1000101 | 11001 |
Color Harmonies of #143F6D
Complementary color
Monochromatic Colors of #143F6D
Black with #143F6D
Text Example
Text Example
White with #143F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F6D; }
p { color: rgb(20,63,109); }
H1.HeaderClassName
{
color: #143F6D;
}
.AnyTagClassName
{
color: #143F6D;
}
</style>
background-color css
<style>
a { background-color: #143F6D; }
a { background-color: rgb(20,63,109); }
div.DivClassName
{
background-color: #143F6D;
}
.BgClassName
{
background-color: #143F6D;
}
</style>
border-color css
<style>
span { border-color: #143F6D; }
span { border-color: rgb(20,63,109); }
td.TdClassName
{
border-color: #143F6D;
}
.TagClassName
{
border-color: #143F6D;
}
</style>