Shades of Dark Cerulean #1D4384
Tints of Dark Cerulean #1D4384
RGB
CMYK
RGB Variations
Color information
#1D4384 (or 0x1D4384) is known color: Dark Cerulean. HEX triplet: 1D, 43 and 84. RGB value is (29,67,132). Sum of RGB (Red+Green+Blue) = 29+67+132=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D4384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4384 is #E2BC7B. Grayscale: #3E3E3E. Windows color (decimal): -14859388 or 8667933. OLE color: 8667933.
HSL color Cylindrical-coordinate representation of color #1D4384: hue angle of 217.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4384 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 67 | 132 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.48 |
| HSL | 217.86º | 0.64% | 0.32% | - |
| HSV(B) | 217.86º | 0.78% | 0.52% | - |
| XYZ | 6.68 | 5.94 | 22.62 | - |
| YUV | 63.05 | 166.91 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 132 | 0.78 | 0.49 | 0 | 0.48 | 217.86 | 0.64 | 0.32 |
| Hex | 1D | 43 | 84 | 4E | 31 | 0 | 30 | DA | 40 | 20 |
| Octal | 35 | 103 | 204 | 116 | 61 | 0 | 60 | 332 | 100 | 40 |
| Binary | 11101 | 1000011 | 10000100 | 1001110 | 110001 | 0 | 110000 | 11011010 | 1000000 | 100000 |
Color Harmonies of #1D4384
Complementary color
Monochromatic Colors of #1D4384
Black with #1D4384
Text Example
Text Example
White with #1D4384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4384; }
p { color: rgb(29,67,132); }
H1.HeaderClassName
{
color: #1D4384;
}
.AnyTagClassName
{
color: #1D4384;
}
</style>
background-color css
<style>
a { background-color: #1D4384; }
a { background-color: rgb(29,67,132); }
div.DivClassName
{
background-color: #1D4384;
}
.BgClassName
{
background-color: #1D4384;
}
</style>
border-color css
<style>
span { border-color: #1D4384; }
span { border-color: rgb(29,67,132); }
td.TdClassName
{
border-color: #1D4384;
}
.TagClassName
{
border-color: #1D4384;
}
</style>