Shades of Blue #1812FF
Tints of Blue #1812FF
RGB
CMYK
RGB Variations
Color information
#1812FF (or 0x1812FF) is known color: Blue. HEX triplet: 18, 12 and FF. RGB value is (24,18,255). Sum of RGB (Red+Green+Blue) = 24+18+255=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 255 (100% from 255 or 85.86% from 297); Max value from RGB is 255 - color contains mainly: blue. Hex color #1812FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1812FF is #E7ED00. Grayscale: #2D2D2D. Windows color (decimal): -15199489 or 16716312. OLE color: 16716312.
HSL color Cylindrical-coordinate representation of color #1812FF: hue angle of 241.52º 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 #1812FF is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 18 | 255 | - |
| CMYK | 0.91 | 0.93 | 0 | 0 |
| HSL | 241.52º | 1% | 0.54% | - |
| HSV(B) | 241.52º | 0.93% | 1% | - |
| XYZ | 18.64 | 7.85 | 95.14 | - |
| YUV | 46.81 | 245.49 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 255 | 0.91 | 0.93 | 0 | 0 | 241.52 | 1 | 0.54 |
| Hex | 18 | 12 | FF | 5B | 5D | 0 | 0 | F2 | 64 | 36 |
| Octal | 30 | 22 | 377 | 133 | 135 | 0 | 0 | 362 | 144 | 66 |
| Binary | 11000 | 10010 | 11111111 | 1011011 | 1011101 | 0 | 0 | 11110010 | 1100100 | 110110 |
Color Harmonies of #1812FF
Complementary color
Monochromatic Colors of #1812FF
Black with #1812FF
Text Example
Text Example
White with #1812FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1812FF; }
p { color: rgb(24,18,255); }
H1.HeaderClassName
{
color: #1812FF;
}
.AnyTagClassName
{
color: #1812FF;
}
</style>
background-color css
<style>
a { background-color: #1812FF; }
a { background-color: rgb(24,18,255); }
div.DivClassName
{
background-color: #1812FF;
}
.BgClassName
{
background-color: #1812FF;
}
</style>
border-color css
<style>
span { border-color: #1812FF; }
span { border-color: rgb(24,18,255); }
td.TdClassName
{
border-color: #1812FF;
}
.TagClassName
{
border-color: #1812FF;
}
</style>