Shades of Dark Cerulean #143B7D
Tints of Dark Cerulean #143B7D
RGB
CMYK
RGB Variations
Color information
#143B7D (or 0x143B7D) is known color: Dark Cerulean. HEX triplet: 14, 3B and 7D. RGB value is (20,59,125). Sum of RGB (Red+Green+Blue) = 20+59+125=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #143B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B7D is #EBC482. Grayscale: #363636. Windows color (decimal): -15451267 or 8207124. OLE color: 8207124.
HSL color Cylindrical-coordinate representation of color #143B7D: hue angle of 217.71º 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 #143B7D is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 59 | 125 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.51 |
| HSL | 217.71º | 0.72% | 0.28% | - |
| HSV(B) | 217.71º | 0.84% | 0.49% | - |
| XYZ | 5.55 | 4.76 | 20.03 | - |
| YUV | 54.86 | 167.58 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 125 | 0.84 | 0.53 | 0 | 0.51 | 217.71 | 0.72 | 0.28 |
| Hex | 14 | 3B | 7D | 54 | 35 | 0 | 33 | DA | 48 | 1C |
| Octal | 24 | 73 | 175 | 124 | 65 | 0 | 63 | 332 | 110 | 34 |
| Binary | 10100 | 111011 | 1111101 | 1010100 | 110101 | 0 | 110011 | 11011010 | 1001000 | 11100 |
Color Harmonies of #143B7D
Complementary color
Monochromatic Colors of #143B7D
Black with #143B7D
Text Example
Text Example
White with #143B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B7D; }
p { color: rgb(20,59,125); }
H1.HeaderClassName
{
color: #143B7D;
}
.AnyTagClassName
{
color: #143B7D;
}
</style>
background-color css
<style>
a { background-color: #143B7D; }
a { background-color: rgb(20,59,125); }
div.DivClassName
{
background-color: #143B7D;
}
.BgClassName
{
background-color: #143B7D;
}
</style>
border-color css
<style>
span { border-color: #143B7D; }
span { border-color: rgb(20,59,125); }
td.TdClassName
{
border-color: #143B7D;
}
.TagClassName
{
border-color: #143B7D;
}
</style>