Shades of Dark Cerulean #144175
Tints of Dark Cerulean #144175
RGB
CMYK
RGB Variations
Color information
#144175 (or 0x144175) is known color: Dark Cerulean. HEX triplet: 14, 41 and 75. RGB value is (20,65,117). Sum of RGB (Red+Green+Blue) = 20+65+117=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #144175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144175 is #EBBE8A. Grayscale: #393939. Windows color (decimal): -15449739 or 7684372. OLE color: 7684372.
HSL color Cylindrical-coordinate representation of color #144175: hue angle of 212.16º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144175 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 65 | 117 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.54 |
| HSL | 212.16º | 0.71% | 0.27% | - |
| HSV(B) | 212.16º | 0.83% | 0.46% | - |
| XYZ | 5.39 | 5.21 | 17.55 | - |
| YUV | 57.47 | 161.59 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 117 | 0.83 | 0.44 | 0 | 0.54 | 212.16 | 0.71 | 0.27 |
| Hex | 14 | 41 | 75 | 53 | 2C | 0 | 36 | D4 | 47 | 1B |
| Octal | 24 | 101 | 165 | 123 | 54 | 0 | 66 | 324 | 107 | 33 |
| Binary | 10100 | 1000001 | 1110101 | 1010011 | 101100 | 0 | 110110 | 11010100 | 1000111 | 11011 |
Color Harmonies of #144175
Complementary color
Monochromatic Colors of #144175
Black with #144175
Text Example
Text Example
White with #144175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144175; }
p { color: rgb(20,65,117); }
H1.HeaderClassName
{
color: #144175;
}
.AnyTagClassName
{
color: #144175;
}
</style>
background-color css
<style>
a { background-color: #144175; }
a { background-color: rgb(20,65,117); }
div.DivClassName
{
background-color: #144175;
}
.BgClassName
{
background-color: #144175;
}
</style>
border-color css
<style>
span { border-color: #144175; }
span { border-color: rgb(20,65,117); }
td.TdClassName
{
border-color: #144175;
}
.TagClassName
{
border-color: #144175;
}
</style>