Shades of Dark Cerulean #143883
Tints of Dark Cerulean #143883
RGB
CMYK
RGB Variations
Color information
#143883 (or 0x143883) is known color: Dark Cerulean. HEX triplet: 14, 38 and 83. RGB value is (20,56,131). Sum of RGB (Red+Green+Blue) = 20+56+131=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #143883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143883 is #EBC77C. Grayscale: #353535. Windows color (decimal): -15452029 or 8599572. OLE color: 8599572.
HSL color Cylindrical-coordinate representation of color #143883: hue angle of 220.54º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143883 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 56 | 131 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.49 |
| HSL | 220.54º | 0.74% | 0.3% | - |
| HSV(B) | 220.54º | 0.85% | 0.51% | - |
| XYZ | 5.8 | 4.62 | 22.06 | - |
| YUV | 53.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 131 | 0.85 | 0.57 | 0 | 0.49 | 220.54 | 0.74 | 0.3 |
| Hex | 14 | 38 | 83 | 55 | 39 | 0 | 31 | DD | 4A | 1E |
| Octal | 24 | 70 | 203 | 125 | 71 | 0 | 61 | 335 | 112 | 36 |
| Binary | 10100 | 111000 | 10000011 | 1010101 | 111001 | 0 | 110001 | 11011101 | 1001010 | 11110 |
Color Harmonies of #143883
Complementary color
Monochromatic Colors of #143883
Black with #143883
Text Example
Text Example
White with #143883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143883; }
p { color: rgb(20,56,131); }
H1.HeaderClassName
{
color: #143883;
}
.AnyTagClassName
{
color: #143883;
}
</style>
background-color css
<style>
a { background-color: #143883; }
a { background-color: rgb(20,56,131); }
div.DivClassName
{
background-color: #143883;
}
.BgClassName
{
background-color: #143883;
}
</style>
border-color css
<style>
span { border-color: #143883; }
span { border-color: rgb(20,56,131); }
td.TdClassName
{
border-color: #143883;
}
.TagClassName
{
border-color: #143883;
}
</style>