Shades of Dark Cerulean #1D4175
Tints of Dark Cerulean #1D4175
RGB
CMYK
RGB Variations
Color information
#1D4175 (or 0x1D4175) is known color: Dark Cerulean. HEX triplet: 1D, 41 and 75. RGB value is (29,65,117). Sum of RGB (Red+Green+Blue) = 29+65+117=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D4175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4175 is #E2BE8A. Grayscale: #3B3B3B. Windows color (decimal): -14859915 or 7684381. OLE color: 7684381.
HSL color Cylindrical-coordinate representation of color #1D4175: hue angle of 215.45º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4175 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 65 | 117 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.54 |
| HSL | 215.45º | 0.6% | 0.29% | - |
| HSV(B) | 215.45º | 0.75% | 0.46% | - |
| XYZ | 5.61 | 5.33 | 17.56 | - |
| YUV | 60.16 | 160.07 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 117 | 0.75 | 0.44 | 0 | 0.54 | 215.45 | 0.6 | 0.29 |
| Hex | 1D | 41 | 75 | 4B | 2C | 0 | 36 | D7 | 3C | 1D |
| Octal | 35 | 101 | 165 | 113 | 54 | 0 | 66 | 327 | 74 | 35 |
| Binary | 11101 | 1000001 | 1110101 | 1001011 | 101100 | 0 | 110110 | 11010111 | 111100 | 11101 |
Color Harmonies of #1D4175
Complementary color
Monochromatic Colors of #1D4175
Black with #1D4175
Text Example
Text Example
White with #1D4175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4175; }
p { color: rgb(29,65,117); }
H1.HeaderClassName
{
color: #1D4175;
}
.AnyTagClassName
{
color: #1D4175;
}
</style>
background-color css
<style>
a { background-color: #1D4175; }
a { background-color: rgb(29,65,117); }
div.DivClassName
{
background-color: #1D4175;
}
.BgClassName
{
background-color: #1D4175;
}
</style>
border-color css
<style>
span { border-color: #1D4175; }
span { border-color: rgb(29,65,117); }
td.TdClassName
{
border-color: #1D4175;
}
.TagClassName
{
border-color: #1D4175;
}
</style>