Shades of Dark Cerulean #1D4583
Tints of Dark Cerulean #1D4583
RGB
CMYK
RGB Variations
Color information
#1D4583 (or 0x1D4583) is known color: Dark Cerulean. HEX triplet: 1D, 45 and 83. RGB value is (29,69,131). Sum of RGB (Red+Green+Blue) = 29+69+131=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D4583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4583 is #E2BA7C. Grayscale: #3F3F3F. Windows color (decimal): -14858877 or 8602909. OLE color: 8602909.
HSL color Cylindrical-coordinate representation of color #1D4583: hue angle of 216.47º 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 #1D4583 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 69 | 131 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.49 |
| HSL | 216.47º | 0.64% | 0.31% | - |
| HSV(B) | 216.47º | 0.78% | 0.51% | - |
| XYZ | 6.73 | 6.16 | 22.31 | - |
| YUV | 64.11 | 165.75 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 131 | 0.78 | 0.47 | 0 | 0.49 | 216.47 | 0.64 | 0.31 |
| Hex | 1D | 45 | 83 | 4E | 2F | 0 | 31 | D8 | 40 | 1F |
| Octal | 35 | 105 | 203 | 116 | 57 | 0 | 61 | 330 | 100 | 37 |
| Binary | 11101 | 1000101 | 10000011 | 1001110 | 101111 | 0 | 110001 | 11011000 | 1000000 | 11111 |
Color Harmonies of #1D4583
Complementary color
Monochromatic Colors of #1D4583
Black with #1D4583
Text Example
Text Example
White with #1D4583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4583; }
p { color: rgb(29,69,131); }
H1.HeaderClassName
{
color: #1D4583;
}
.AnyTagClassName
{
color: #1D4583;
}
</style>
background-color css
<style>
a { background-color: #1D4583; }
a { background-color: rgb(29,69,131); }
div.DivClassName
{
background-color: #1D4583;
}
.BgClassName
{
background-color: #1D4583;
}
</style>
border-color css
<style>
span { border-color: #1D4583; }
span { border-color: rgb(29,69,131); }
td.TdClassName
{
border-color: #1D4583;
}
.TagClassName
{
border-color: #1D4583;
}
</style>