Shades of Dark Cerulean #1D4181
Tints of Dark Cerulean #1D4181
RGB
CMYK
RGB Variations
Color information
#1D4181 (or 0x1D4181) is known color: Dark Cerulean. HEX triplet: 1D, 41 and 81. RGB value is (29,65,129). Sum of RGB (Red+Green+Blue) = 29+65+129=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #1D4181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4181 is #E2BE7E. Grayscale: #3D3D3D. Windows color (decimal): -14859903 or 8470813. OLE color: 8470813.
HSL color Cylindrical-coordinate representation of color #1D4181: hue angle of 218.4º degrees, saturation: 0.63, 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 #1D4181 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 65 | 129 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.49 |
| HSL | 218.4º | 0.63% | 0.31% | - |
| HSV(B) | 218.4º | 0.78% | 0.51% | - |
| XYZ | 6.36 | 5.63 | 21.52 | - |
| YUV | 61.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 129 | 0.78 | 0.50 | 0 | 0.49 | 218.4 | 0.63 | 0.31 |
| Hex | 1D | 41 | 81 | 4E | 32 | 0 | 31 | DA | 3F | 1F |
| Octal | 35 | 101 | 201 | 116 | 62 | 0 | 61 | 332 | 77 | 37 |
| Binary | 11101 | 1000001 | 10000001 | 1001110 | 110010 | 0 | 110001 | 11011010 | 111111 | 11111 |
Color Harmonies of #1D4181
Complementary color
Monochromatic Colors of #1D4181
Black with #1D4181
Text Example
Text Example
White with #1D4181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4181; }
p { color: rgb(29,65,129); }
H1.HeaderClassName
{
color: #1D4181;
}
.AnyTagClassName
{
color: #1D4181;
}
</style>
background-color css
<style>
a { background-color: #1D4181; }
a { background-color: rgb(29,65,129); }
div.DivClassName
{
background-color: #1D4181;
}
.BgClassName
{
background-color: #1D4181;
}
</style>
border-color css
<style>
span { border-color: #1D4181; }
span { border-color: rgb(29,65,129); }
td.TdClassName
{
border-color: #1D4181;
}
.TagClassName
{
border-color: #1D4181;
}
</style>