Shades of Dark Cerulean #1D4182
Tints of Dark Cerulean #1D4182
RGB
CMYK
RGB Variations
Color information
#1D4182 (or 0x1D4182) is known color: Dark Cerulean. HEX triplet: 1D, 41 and 82. RGB value is (29,65,130). Sum of RGB (Red+Green+Blue) = 29+65+130=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D4182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4182 is #E2BE7D. Grayscale: #3D3D3D. Windows color (decimal): -14859902 or 8536349. OLE color: 8536349.
HSL color Cylindrical-coordinate representation of color #1D4182: hue angle of 218.61º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4182 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 65 | 130 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.49 |
| HSL | 218.61º | 0.64% | 0.31% | - |
| HSV(B) | 218.61º | 0.78% | 0.51% | - |
| XYZ | 6.43 | 5.65 | 21.87 | - |
| YUV | 61.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 130 | 0.78 | 0.50 | 0 | 0.49 | 218.61 | 0.64 | 0.31 |
| Hex | 1D | 41 | 82 | 4E | 32 | 0 | 31 | DB | 40 | 1F |
| Octal | 35 | 101 | 202 | 116 | 62 | 0 | 61 | 333 | 100 | 37 |
| Binary | 11101 | 1000001 | 10000010 | 1001110 | 110010 | 0 | 110001 | 11011011 | 1000000 | 11111 |
Color Harmonies of #1D4182
Complementary color
Monochromatic Colors of #1D4182
Black with #1D4182
Text Example
Text Example
White with #1D4182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4182; }
p { color: rgb(29,65,130); }
H1.HeaderClassName
{
color: #1D4182;
}
.AnyTagClassName
{
color: #1D4182;
}
</style>
background-color css
<style>
a { background-color: #1D4182; }
a { background-color: rgb(29,65,130); }
div.DivClassName
{
background-color: #1D4182;
}
.BgClassName
{
background-color: #1D4182;
}
</style>
border-color css
<style>
span { border-color: #1D4182; }
span { border-color: rgb(29,65,130); }
td.TdClassName
{
border-color: #1D4182;
}
.TagClassName
{
border-color: #1D4182;
}
</style>