Shades of Dark Cerulean #143C8A
Tints of Dark Cerulean #143C8A
RGB
CMYK
RGB Variations
Color information
#143C8A (or 0x143C8A) is known color: Dark Cerulean. HEX triplet: 14, 3C and 8A. RGB value is (20,60,138). Sum of RGB (Red+Green+Blue) = 20+60+138=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #143C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143C8A is #EBC375. Grayscale: #383838. Windows color (decimal): -15450998 or 9059348. OLE color: 9059348.
HSL color Cylindrical-coordinate representation of color #143C8A: hue angle of 219.66º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143C8A is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 60 | 138 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.46 |
| HSL | 219.66º | 0.75% | 0.31% | - |
| HSV(B) | 219.66º | 0.86% | 0.54% | - |
| XYZ | 6.49 | 5.22 | 24.71 | - |
| YUV | 56.93 | 173.75 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 138 | 0.86 | 0.57 | 0 | 0.46 | 219.66 | 0.75 | 0.31 |
| Hex | 14 | 3C | 8A | 56 | 39 | 0 | 2E | DC | 4B | 1F |
| Octal | 24 | 74 | 212 | 126 | 71 | 0 | 56 | 334 | 113 | 37 |
| Binary | 10100 | 111100 | 10001010 | 1010110 | 111001 | 0 | 101110 | 11011100 | 1001011 | 11111 |
Color Harmonies of #143C8A
Complementary color
Monochromatic Colors of #143C8A
Black with #143C8A
Text Example
Text Example
White with #143C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C8A; }
p { color: rgb(20,60,138); }
H1.HeaderClassName
{
color: #143C8A;
}
.AnyTagClassName
{
color: #143C8A;
}
</style>
background-color css
<style>
a { background-color: #143C8A; }
a { background-color: rgb(20,60,138); }
div.DivClassName
{
background-color: #143C8A;
}
.BgClassName
{
background-color: #143C8A;
}
</style>
border-color css
<style>
span { border-color: #143C8A; }
span { border-color: rgb(20,60,138); }
td.TdClassName
{
border-color: #143C8A;
}
.TagClassName
{
border-color: #143C8A;
}
</style>