Shades of Blue #1201EB
Tints of Blue #1201EB
RGB
CMYK
RGB Variations
Color information
#1201EB (or 0x1201EB) is known color: Blue. HEX triplet: 12, 01 and EB. RGB value is (18,1,235). Sum of RGB (Red+Green+Blue) = 18+1+235=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 235 (92.19% from 255 or 92.52% from 254); Max value from RGB is 235 - color contains mainly: blue. Hex color #1201EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1201EB is #EDFE14. Grayscale: #1F1F1F. Windows color (decimal): -15597077 or 15401234. OLE color: 15401234.
HSL color Cylindrical-coordinate representation of color #1201EB: hue angle of 244.36º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1201EB is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 1 | 235 | - |
| CMYK | 0.92 | 1.00 | 0 | 0.08 |
| HSL | 244.36º | 0.99% | 0.46% | - |
| HSV(B) | 244.36º | 1% | 0.92% | - |
| XYZ | 15.26 | 6.15 | 78.98 | - |
| YUV | 32.76 | 242.13 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 235 | 0.92 | 1.00 | 0 | 0.08 | 244.36 | 0.99 | 0.46 |
| Hex | 12 | 1 | EB | 5C | 64 | 0 | 8 | F4 | 63 | 2E |
| Octal | 22 | 1 | 353 | 134 | 144 | 0 | 10 | 364 | 143 | 56 |
| Binary | 10010 | 1 | 11101011 | 1011100 | 1100100 | 0 | 1000 | 11110100 | 1100011 | 101110 |
Color Harmonies of #1201EB
Complementary color
Monochromatic Colors of #1201EB
Black with #1201EB
Text Example
Text Example
White with #1201EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1201EB; }
p { color: rgb(18,1,235); }
H1.HeaderClassName
{
color: #1201EB;
}
.AnyTagClassName
{
color: #1201EB;
}
</style>
background-color css
<style>
a { background-color: #1201EB; }
a { background-color: rgb(18,1,235); }
div.DivClassName
{
background-color: #1201EB;
}
.BgClassName
{
background-color: #1201EB;
}
</style>
border-color css
<style>
span { border-color: #1201EB; }
span { border-color: rgb(18,1,235); }
td.TdClassName
{
border-color: #1201EB;
}
.TagClassName
{
border-color: #1201EB;
}
</style>