Shades of Dark Cerulean #1D4274
Tints of Dark Cerulean #1D4274
RGB
CMYK
RGB Variations
Color information
#1D4274 (or 0x1D4274) is known color: Dark Cerulean. HEX triplet: 1D, 42 and 74. RGB value is (29,66,116). Sum of RGB (Red+Green+Blue) = 29+66+116=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #1D4274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4274 is #E2BD8B. Grayscale: #3C3C3C. Windows color (decimal): -14859660 or 7619101. OLE color: 7619101.
HSL color Cylindrical-coordinate representation of color #1D4274: hue angle of 214.48º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4274 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 66 | 116 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.55 |
| HSL | 214.48º | 0.6% | 0.28% | - |
| HSV(B) | 214.48º | 0.75% | 0.45% | - |
| XYZ | 5.61 | 5.42 | 17.27 | - |
| YUV | 60.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 116 | 0.75 | 0.43 | 0 | 0.55 | 214.48 | 0.6 | 0.28 |
| Hex | 1D | 42 | 74 | 4B | 2B | 0 | 37 | D6 | 3C | 1C |
| Octal | 35 | 102 | 164 | 113 | 53 | 0 | 67 | 326 | 74 | 34 |
| Binary | 11101 | 1000010 | 1110100 | 1001011 | 101011 | 0 | 110111 | 11010110 | 111100 | 11100 |
Color Harmonies of #1D4274
Complementary color
Monochromatic Colors of #1D4274
Black with #1D4274
Text Example
Text Example
White with #1D4274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4274; }
p { color: rgb(29,66,116); }
H1.HeaderClassName
{
color: #1D4274;
}
.AnyTagClassName
{
color: #1D4274;
}
</style>
background-color css
<style>
a { background-color: #1D4274; }
a { background-color: rgb(29,66,116); }
div.DivClassName
{
background-color: #1D4274;
}
.BgClassName
{
background-color: #1D4274;
}
</style>
border-color css
<style>
span { border-color: #1D4274; }
span { border-color: rgb(29,66,116); }
td.TdClassName
{
border-color: #1D4274;
}
.TagClassName
{
border-color: #1D4274;
}
</style>