Shades of Dark Cerulean #143D77
Tints of Dark Cerulean #143D77
RGB
CMYK
RGB Variations
Color information
#143D77 (or 0x143D77) is known color: Dark Cerulean. HEX triplet: 14, 3D and 77. RGB value is (20,61,119). Sum of RGB (Red+Green+Blue) = 20+61+119=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #143D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D77 is #EBC288. Grayscale: #373737. Windows color (decimal): -15450761 or 7814420. OLE color: 7814420.
HSL color Cylindrical-coordinate representation of color #143D77: hue angle of 215.15º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143D77 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 61 | 119 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.53 |
| HSL | 215.15º | 0.71% | 0.27% | - |
| HSV(B) | 215.15º | 0.83% | 0.47% | - |
| XYZ | 5.29 | 4.82 | 18.1 | - |
| YUV | 55.35 | 163.92 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 119 | 0.83 | 0.49 | 0 | 0.53 | 215.15 | 0.71 | 0.27 |
| Hex | 14 | 3D | 77 | 53 | 31 | 0 | 35 | D7 | 47 | 1B |
| Octal | 24 | 75 | 167 | 123 | 61 | 0 | 65 | 327 | 107 | 33 |
| Binary | 10100 | 111101 | 1110111 | 1010011 | 110001 | 0 | 110101 | 11010111 | 1000111 | 11011 |
Color Harmonies of #143D77
Complementary color
Monochromatic Colors of #143D77
Black with #143D77
Text Example
Text Example
White with #143D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D77; }
p { color: rgb(20,61,119); }
H1.HeaderClassName
{
color: #143D77;
}
.AnyTagClassName
{
color: #143D77;
}
</style>
background-color css
<style>
a { background-color: #143D77; }
a { background-color: rgb(20,61,119); }
div.DivClassName
{
background-color: #143D77;
}
.BgClassName
{
background-color: #143D77;
}
</style>
border-color css
<style>
span { border-color: #143D77; }
span { border-color: rgb(20,61,119); }
td.TdClassName
{
border-color: #143D77;
}
.TagClassName
{
border-color: #143D77;
}
</style>