Shades of Dark Cerulean #143C81
Tints of Dark Cerulean #143C81
RGB
CMYK
RGB Variations
Color information
#143C81 (or 0x143C81) is known color: Dark Cerulean. HEX triplet: 14, 3C and 81. RGB value is (20,60,129). Sum of RGB (Red+Green+Blue) = 20+60+129=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 129 (50.78% from 255 or 61.72% from 209); Max value from RGB is 129 - color contains mainly: blue. Hex color #143C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143C81 is #EBC37E. Grayscale: #373737. Windows color (decimal): -15451007 or 8469524. OLE color: 8469524.
HSL color Cylindrical-coordinate representation of color #143C81: hue angle of 217.98º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143C81 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 60 | 129 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.49 |
| HSL | 217.98º | 0.73% | 0.29% | - |
| HSV(B) | 217.98º | 0.84% | 0.51% | - |
| XYZ | 5.87 | 4.97 | 21.42 | - |
| YUV | 55.91 | 169.25 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 129 | 0.84 | 0.53 | 0 | 0.49 | 217.98 | 0.73 | 0.29 |
| Hex | 14 | 3C | 81 | 54 | 35 | 0 | 31 | DA | 49 | 1D |
| Octal | 24 | 74 | 201 | 124 | 65 | 0 | 61 | 332 | 111 | 35 |
| Binary | 10100 | 111100 | 10000001 | 1010100 | 110101 | 0 | 110001 | 11011010 | 1001001 | 11101 |
Color Harmonies of #143C81
Complementary color
Monochromatic Colors of #143C81
Black with #143C81
Text Example
Text Example
White with #143C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C81; }
p { color: rgb(20,60,129); }
H1.HeaderClassName
{
color: #143C81;
}
.AnyTagClassName
{
color: #143C81;
}
</style>
background-color css
<style>
a { background-color: #143C81; }
a { background-color: rgb(20,60,129); }
div.DivClassName
{
background-color: #143C81;
}
.BgClassName
{
background-color: #143C81;
}
</style>
border-color css
<style>
span { border-color: #143C81; }
span { border-color: rgb(20,60,129); }
td.TdClassName
{
border-color: #143C81;
}
.TagClassName
{
border-color: #143C81;
}
</style>