Shades of Dark Cerulean #143B77
Tints of Dark Cerulean #143B77
RGB
CMYK
RGB Variations
Color information
#143B77 (or 0x143B77) is known color: Dark Cerulean. HEX triplet: 14, 3B and 77. RGB value is (20,59,119). Sum of RGB (Red+Green+Blue) = 20+59+119=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #143B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B77 is #EBC488. Grayscale: #353535. Windows color (decimal): -15451273 or 7813908. OLE color: 7813908.
HSL color Cylindrical-coordinate representation of color #143B77: hue angle of 216.36º 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 #143B77 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 59 | 119 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.53 |
| HSL | 216.36º | 0.71% | 0.27% | - |
| HSV(B) | 216.36º | 0.83% | 0.47% | - |
| XYZ | 5.18 | 4.61 | 18.07 | - |
| YUV | 54.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 119 | 0.83 | 0.50 | 0 | 0.53 | 216.36 | 0.71 | 0.27 |
| Hex | 14 | 3B | 77 | 53 | 32 | 0 | 35 | D8 | 47 | 1B |
| Octal | 24 | 73 | 167 | 123 | 62 | 0 | 65 | 330 | 107 | 33 |
| Binary | 10100 | 111011 | 1110111 | 1010011 | 110010 | 0 | 110101 | 11011000 | 1000111 | 11011 |
Color Harmonies of #143B77
Complementary color
Monochromatic Colors of #143B77
Black with #143B77
Text Example
Text Example
White with #143B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B77; }
p { color: rgb(20,59,119); }
H1.HeaderClassName
{
color: #143B77;
}
.AnyTagClassName
{
color: #143B77;
}
</style>
background-color css
<style>
a { background-color: #143B77; }
a { background-color: rgb(20,59,119); }
div.DivClassName
{
background-color: #143B77;
}
.BgClassName
{
background-color: #143B77;
}
</style>
border-color css
<style>
span { border-color: #143B77; }
span { border-color: rgb(20,59,119); }
td.TdClassName
{
border-color: #143B77;
}
.TagClassName
{
border-color: #143B77;
}
</style>