Shades of Dark Cerulean #1D4382
Tints of Dark Cerulean #1D4382
RGB
CMYK
RGB Variations
Color information
#1D4382 (or 0x1D4382) is known color: Dark Cerulean. HEX triplet: 1D, 43 and 82. RGB value is (29,67,130). Sum of RGB (Red+Green+Blue) = 29+67+130=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D4382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4382 is #E2BC7D. Grayscale: #3E3E3E. Windows color (decimal): -14859390 or 8536861. OLE color: 8536861.
HSL color Cylindrical-coordinate representation of color #1D4382: hue angle of 217.43º 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 #1D4382 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 67 | 130 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.49 |
| HSL | 217.43º | 0.64% | 0.31% | - |
| HSV(B) | 217.43º | 0.78% | 0.51% | - |
| XYZ | 6.54 | 5.89 | 21.91 | - |
| YUV | 62.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 130 | 0.78 | 0.48 | 0 | 0.49 | 217.43 | 0.64 | 0.31 |
| Hex | 1D | 43 | 82 | 4E | 30 | 0 | 31 | D9 | 40 | 1F |
| Octal | 35 | 103 | 202 | 116 | 60 | 0 | 61 | 331 | 100 | 37 |
| Binary | 11101 | 1000011 | 10000010 | 1001110 | 110000 | 0 | 110001 | 11011001 | 1000000 | 11111 |
Color Harmonies of #1D4382
Complementary color
Monochromatic Colors of #1D4382
Black with #1D4382
Text Example
Text Example
White with #1D4382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4382; }
p { color: rgb(29,67,130); }
H1.HeaderClassName
{
color: #1D4382;
}
.AnyTagClassName
{
color: #1D4382;
}
</style>
background-color css
<style>
a { background-color: #1D4382; }
a { background-color: rgb(29,67,130); }
div.DivClassName
{
background-color: #1D4382;
}
.BgClassName
{
background-color: #1D4382;
}
</style>
border-color css
<style>
span { border-color: #1D4382; }
span { border-color: rgb(29,67,130); }
td.TdClassName
{
border-color: #1D4382;
}
.TagClassName
{
border-color: #1D4382;
}
</style>