Shades of Dark Cerulean #143C7B
Tints of Dark Cerulean #143C7B
RGB
CMYK
RGB Variations
Color information
#143C7B (or 0x143C7B) is known color: Dark Cerulean. HEX triplet: 14, 3C and 7B. RGB value is (20,60,123). Sum of RGB (Red+Green+Blue) = 20+60+123=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #143C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C7B is #EBC384. Grayscale: #363636. Windows color (decimal): -15451013 or 8076308. OLE color: 8076308.
HSL color Cylindrical-coordinate representation of color #143C7B: hue angle of 216.7º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143C7B is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 60 | 123 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.52 |
| HSL | 216.7º | 0.72% | 0.28% | - |
| HSV(B) | 216.7º | 0.84% | 0.48% | - |
| XYZ | 5.48 | 4.81 | 19.38 | - |
| YUV | 55.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 123 | 0.84 | 0.51 | 0 | 0.52 | 216.7 | 0.72 | 0.28 |
| Hex | 14 | 3C | 7B | 54 | 33 | 0 | 34 | D9 | 48 | 1C |
| Octal | 24 | 74 | 173 | 124 | 63 | 0 | 64 | 331 | 110 | 34 |
| Binary | 10100 | 111100 | 1111011 | 1010100 | 110011 | 0 | 110100 | 11011001 | 1001000 | 11100 |
Color Harmonies of #143C7B
Complementary color
Monochromatic Colors of #143C7B
Black with #143C7B
Text Example
Text Example
White with #143C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C7B; }
p { color: rgb(20,60,123); }
H1.HeaderClassName
{
color: #143C7B;
}
.AnyTagClassName
{
color: #143C7B;
}
</style>
background-color css
<style>
a { background-color: #143C7B; }
a { background-color: rgb(20,60,123); }
div.DivClassName
{
background-color: #143C7B;
}
.BgClassName
{
background-color: #143C7B;
}
</style>
border-color css
<style>
span { border-color: #143C7B; }
span { border-color: rgb(20,60,123); }
td.TdClassName
{
border-color: #143C7B;
}
.TagClassName
{
border-color: #143C7B;
}
</style>