Shades of Blue #1D12FF
Tints of Blue #1D12FF
RGB
CMYK
RGB Variations
Color information
#1D12FF (or 0x1D12FF) is known color: Blue. HEX triplet: 1D, 12 and FF. RGB value is (29,18,255). Sum of RGB (Red+Green+Blue) = 29+18+255=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 255 (100% from 255 or 84.44% from 302); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D12FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D12FF is #E2ED00. Grayscale: #2F2F2F. Windows color (decimal): -14871809 or 16716317. OLE color: 16716317.
HSL color Cylindrical-coordinate representation of color #1D12FF: hue angle of 242.78º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D12FF is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 18 | 255 | - |
| CMYK | 0.89 | 0.93 | 0 | 0 |
| HSL | 242.78º | 1% | 0.54% | - |
| HSV(B) | 242.78º | 0.93% | 1% | - |
| XYZ | 18.77 | 7.91 | 95.15 | - |
| YUV | 48.31 | 244.64 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 255 | 0.89 | 0.93 | 0 | 0 | 242.78 | 1 | 0.54 |
| Hex | 1D | 12 | FF | 59 | 5D | 0 | 0 | F3 | 64 | 36 |
| Octal | 35 | 22 | 377 | 131 | 135 | 0 | 0 | 363 | 144 | 66 |
| Binary | 11101 | 10010 | 11111111 | 1011001 | 1011101 | 0 | 0 | 11110011 | 1100100 | 110110 |
Color Harmonies of #1D12FF
Complementary color
Monochromatic Colors of #1D12FF
Black with #1D12FF
Text Example
Text Example
White with #1D12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D12FF; }
p { color: rgb(29,18,255); }
H1.HeaderClassName
{
color: #1D12FF;
}
.AnyTagClassName
{
color: #1D12FF;
}
</style>
background-color css
<style>
a { background-color: #1D12FF; }
a { background-color: rgb(29,18,255); }
div.DivClassName
{
background-color: #1D12FF;
}
.BgClassName
{
background-color: #1D12FF;
}
</style>
border-color css
<style>
span { border-color: #1D12FF; }
span { border-color: rgb(29,18,255); }
td.TdClassName
{
border-color: #1D12FF;
}
.TagClassName
{
border-color: #1D12FF;
}
</style>