Shades of Dark Cerulean #143A7C
Tints of Dark Cerulean #143A7C
RGB
CMYK
RGB Variations
Color information
#143A7C (or 0x143A7C) is known color: Dark Cerulean. HEX triplet: 14, 3A and 7C. RGB value is (20,58,124). Sum of RGB (Red+Green+Blue) = 20+58+124=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #143A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A7C is #EBC583. Grayscale: #353535. Windows color (decimal): -15451524 or 8141332. OLE color: 8141332.
HSL color Cylindrical-coordinate representation of color #143A7C: hue angle of 218.08º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143A7C is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 58 | 124 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.51 |
| HSL | 218.08º | 0.72% | 0.28% | - |
| HSV(B) | 218.08º | 0.84% | 0.49% | - |
| XYZ | 5.44 | 4.63 | 19.68 | - |
| YUV | 54.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 124 | 0.84 | 0.53 | 0 | 0.51 | 218.08 | 0.72 | 0.28 |
| Hex | 14 | 3A | 7C | 54 | 35 | 0 | 33 | DA | 48 | 1C |
| Octal | 24 | 72 | 174 | 124 | 65 | 0 | 63 | 332 | 110 | 34 |
| Binary | 10100 | 111010 | 1111100 | 1010100 | 110101 | 0 | 110011 | 11011010 | 1001000 | 11100 |
Color Harmonies of #143A7C
Complementary color
Monochromatic Colors of #143A7C
Black with #143A7C
Text Example
Text Example
White with #143A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A7C; }
p { color: rgb(20,58,124); }
H1.HeaderClassName
{
color: #143A7C;
}
.AnyTagClassName
{
color: #143A7C;
}
</style>
background-color css
<style>
a { background-color: #143A7C; }
a { background-color: rgb(20,58,124); }
div.DivClassName
{
background-color: #143A7C;
}
.BgClassName
{
background-color: #143A7C;
}
</style>
border-color css
<style>
span { border-color: #143A7C; }
span { border-color: rgb(20,58,124); }
td.TdClassName
{
border-color: #143A7C;
}
.TagClassName
{
border-color: #143A7C;
}
</style>