Shades of Dark Cerulean #1D4283
Tints of Dark Cerulean #1D4283
RGB
CMYK
RGB Variations
Color information
#1D4283 (or 0x1D4283) is known color: Dark Cerulean. HEX triplet: 1D, 42 and 83. RGB value is (29,66,131). Sum of RGB (Red+Green+Blue) = 29+66+131=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D4283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4283 is #E2BD7C. Grayscale: #3E3E3E. Windows color (decimal): -14859645 or 8602141. OLE color: 8602141.
HSL color Cylindrical-coordinate representation of color #1D4283: hue angle of 218.24º 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 #1D4283 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 66 | 131 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.49 |
| HSL | 218.24º | 0.64% | 0.31% | - |
| HSV(B) | 218.24º | 0.78% | 0.51% | - |
| XYZ | 6.55 | 5.8 | 22.25 | - |
| YUV | 62.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 131 | 0.78 | 0.50 | 0 | 0.49 | 218.24 | 0.64 | 0.31 |
| Hex | 1D | 42 | 83 | 4E | 32 | 0 | 31 | DA | 40 | 1F |
| Octal | 35 | 102 | 203 | 116 | 62 | 0 | 61 | 332 | 100 | 37 |
| Binary | 11101 | 1000010 | 10000011 | 1001110 | 110010 | 0 | 110001 | 11011010 | 1000000 | 11111 |
Color Harmonies of #1D4283
Complementary color
Monochromatic Colors of #1D4283
Black with #1D4283
Text Example
Text Example
White with #1D4283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4283; }
p { color: rgb(29,66,131); }
H1.HeaderClassName
{
color: #1D4283;
}
.AnyTagClassName
{
color: #1D4283;
}
</style>
background-color css
<style>
a { background-color: #1D4283; }
a { background-color: rgb(29,66,131); }
div.DivClassName
{
background-color: #1D4283;
}
.BgClassName
{
background-color: #1D4283;
}
</style>
border-color css
<style>
span { border-color: #1D4283; }
span { border-color: rgb(29,66,131); }
td.TdClassName
{
border-color: #1D4283;
}
.TagClassName
{
border-color: #1D4283;
}
</style>