Shades of Dark Cerulean #144B7B
Tints of Dark Cerulean #144B7B
RGB
CMYK
RGB Variations
Color information
#144B7B (or 0x144B7B) is known color: Dark Cerulean. HEX triplet: 14, 4B and 7B. RGB value is (20,75,123). Sum of RGB (Red+Green+Blue) = 20+75+123=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #144B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B7B is #EBB484. Grayscale: #3F3F3F. Windows color (decimal): -15447173 or 8080148. OLE color: 8080148.
HSL color Cylindrical-coordinate representation of color #144B7B: hue angle of 207.96º 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 #144B7B is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 75 | 123 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.52 |
| HSL | 207.96º | 0.72% | 0.28% | - |
| HSV(B) | 207.96º | 0.84% | 0.48% | - |
| XYZ | 6.38 | 6.61 | 19.68 | - |
| YUV | 64.03 | 161.28 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 123 | 0.84 | 0.39 | 0 | 0.52 | 207.96 | 0.72 | 0.28 |
| Hex | 14 | 4B | 7B | 54 | 27 | 0 | 34 | D0 | 48 | 1C |
| Octal | 24 | 113 | 173 | 124 | 47 | 0 | 64 | 320 | 110 | 34 |
| Binary | 10100 | 1001011 | 1111011 | 1010100 | 100111 | 0 | 110100 | 11010000 | 1001000 | 11100 |
Color Harmonies of #144B7B
Complementary color
Monochromatic Colors of #144B7B
Black with #144B7B
Text Example
Text Example
White with #144B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B7B; }
p { color: rgb(20,75,123); }
H1.HeaderClassName
{
color: #144B7B;
}
.AnyTagClassName
{
color: #144B7B;
}
</style>
background-color css
<style>
a { background-color: #144B7B; }
a { background-color: rgb(20,75,123); }
div.DivClassName
{
background-color: #144B7B;
}
.BgClassName
{
background-color: #144B7B;
}
</style>
border-color css
<style>
span { border-color: #144B7B; }
span { border-color: rgb(20,75,123); }
td.TdClassName
{
border-color: #144B7B;
}
.TagClassName
{
border-color: #144B7B;
}
</style>