Shades of Blue #1D12EA
Tints of Blue #1D12EA
RGB
CMYK
RGB Variations
Color information
#1D12EA (or 0x1D12EA) is known color: Blue. HEX triplet: 1D, 12 and EA. RGB value is (29,18,234). Sum of RGB (Red+Green+Blue) = 29+18+234=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 234 (91.80% from 255 or 83.27% from 281); Max value from RGB is 234 - color contains mainly: blue. Hex color #1D12EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D12EA is #E2ED15. Grayscale: #2D2D2D. Windows color (decimal): -14871830 or 15340061. OLE color: 15340061.
HSL color Cylindrical-coordinate representation of color #1D12EA: hue angle of 243.06º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D12EA is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 18 | 234 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.08 |
| HSL | 243.06º | 0.86% | 0.49% | - |
| HSV(B) | 243.06º | 0.92% | 0.92% | - |
| XYZ | 15.57 | 6.63 | 78.3 | - |
| YUV | 45.91 | 234.14 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 234 | 0.88 | 0.92 | 0 | 0.08 | 243.06 | 0.86 | 0.49 |
| Hex | 1D | 12 | EA | 58 | 5C | 0 | 8 | F3 | 56 | 31 |
| Octal | 35 | 22 | 352 | 130 | 134 | 0 | 10 | 363 | 126 | 61 |
| Binary | 11101 | 10010 | 11101010 | 1011000 | 1011100 | 0 | 1000 | 11110011 | 1010110 | 110001 |
Color Harmonies of #1D12EA
Complementary color
Monochromatic Colors of #1D12EA
Black with #1D12EA
Text Example
Text Example
White with #1D12EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D12EA; }
p { color: rgb(29,18,234); }
H1.HeaderClassName
{
color: #1D12EA;
}
.AnyTagClassName
{
color: #1D12EA;
}
</style>
background-color css
<style>
a { background-color: #1D12EA; }
a { background-color: rgb(29,18,234); }
div.DivClassName
{
background-color: #1D12EA;
}
.BgClassName
{
background-color: #1D12EA;
}
</style>
border-color css
<style>
span { border-color: #1D12EA; }
span { border-color: rgb(29,18,234); }
td.TdClassName
{
border-color: #1D12EA;
}
.TagClassName
{
border-color: #1D12EA;
}
</style>