Shades of Dark Cerulean #143A7B
Tints of Dark Cerulean #143A7B
RGB
CMYK
RGB Variations
Color information
#143A7B (or 0x143A7B) is known color: Dark Cerulean. HEX triplet: 14, 3A and 7B. RGB value is (20,58,123). Sum of RGB (Red+Green+Blue) = 20+58+123=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #143A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A7B is #EBC584. Grayscale: #353535. Windows color (decimal): -15451525 or 8075796. OLE color: 8075796.
HSL color Cylindrical-coordinate representation of color #143A7B: hue angle of 217.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143A7B is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 58 | 123 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.52 |
| HSL | 217.86º | 0.72% | 0.28% | - |
| HSV(B) | 217.86º | 0.84% | 0.48% | - |
| XYZ | 5.38 | 4.6 | 19.34 | - |
| YUV | 54.05 | 166.91 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 123 | 0.84 | 0.53 | 0 | 0.52 | 217.86 | 0.72 | 0.28 |
| Hex | 14 | 3A | 7B | 54 | 35 | 0 | 34 | DA | 48 | 1C |
| Octal | 24 | 72 | 173 | 124 | 65 | 0 | 64 | 332 | 110 | 34 |
| Binary | 10100 | 111010 | 1111011 | 1010100 | 110101 | 0 | 110100 | 11011010 | 1001000 | 11100 |
Color Harmonies of #143A7B
Complementary color
Monochromatic Colors of #143A7B
Black with #143A7B
Text Example
Text Example
White with #143A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A7B; }
p { color: rgb(20,58,123); }
H1.HeaderClassName
{
color: #143A7B;
}
.AnyTagClassName
{
color: #143A7B;
}
</style>
background-color css
<style>
a { background-color: #143A7B; }
a { background-color: rgb(20,58,123); }
div.DivClassName
{
background-color: #143A7B;
}
.BgClassName
{
background-color: #143A7B;
}
</style>
border-color css
<style>
span { border-color: #143A7B; }
span { border-color: rgb(20,58,123); }
td.TdClassName
{
border-color: #143A7B;
}
.TagClassName
{
border-color: #143A7B;
}
</style>