Shades of Blue #1D0BEC
Tints of Blue #1D0BEC
RGB
CMYK
RGB Variations
Color information
#1D0BEC (or 0x1D0BEC) is known color: Blue. HEX triplet: 1D, 0B and EC. RGB value is (29,11,236). Sum of RGB (Red+Green+Blue) = 29+11+236=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 236 (92.58% from 255 or 85.51% from 276); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D0BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D0BEC is #E2F413. Grayscale: #292929. Windows color (decimal): -14873620 or 15469341. OLE color: 15469341.
HSL color Cylindrical-coordinate representation of color #1D0BEC: hue angle of 244.8º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0BEC is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 11 | 236 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.07 |
| HSL | 244.8º | 0.91% | 0.48% | - |
| HSV(B) | 244.8º | 0.95% | 0.93% | - |
| XYZ | 15.77 | 6.56 | 79.79 | - |
| YUV | 42.03 | 237.46 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 236 | 0.88 | 0.95 | 0 | 0.07 | 244.8 | 0.91 | 0.48 |
| Hex | 1D | B | EC | 58 | 5F | 0 | 7 | F5 | 5B | 30 |
| Octal | 35 | 13 | 354 | 130 | 137 | 0 | 7 | 365 | 133 | 60 |
| Binary | 11101 | 1011 | 11101100 | 1011000 | 1011111 | 0 | 111 | 11110101 | 1011011 | 110000 |
Color Harmonies of #1D0BEC
Complementary color
Monochromatic Colors of #1D0BEC
Black with #1D0BEC
Text Example
Text Example
White with #1D0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0BEC; }
p { color: rgb(29,11,236); }
H1.HeaderClassName
{
color: #1D0BEC;
}
.AnyTagClassName
{
color: #1D0BEC;
}
</style>
background-color css
<style>
a { background-color: #1D0BEC; }
a { background-color: rgb(29,11,236); }
div.DivClassName
{
background-color: #1D0BEC;
}
.BgClassName
{
background-color: #1D0BEC;
}
</style>
border-color css
<style>
span { border-color: #1D0BEC; }
span { border-color: rgb(29,11,236); }
td.TdClassName
{
border-color: #1D0BEC;
}
.TagClassName
{
border-color: #1D0BEC;
}
</style>