Shades of Blue #012BEE
Tints of Blue #012BEE
RGB
CMYK
RGB Variations
Color information
#012BEE (or 0x012BEE) is known color: Blue. HEX triplet: 01, 2B and EE. RGB value is (1,43,238). Sum of RGB (Red+Green+Blue) = 1+43+238=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 238 (93.36% from 255 or 84.40% from 282); Max value from RGB is 238 - color contains mainly: blue. Hex color #012BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012BEE is #FED411. Grayscale: #333333. Windows color (decimal): -16700434 or 15608577. OLE color: 15608577.
HSL color Cylindrical-coordinate representation of color #012BEE: hue angle of 229.37º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012BEE is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 43 | 238 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.07 |
| HSL | 229.37º | 0.99% | 0.47% | - |
| HSV(B) | 229.37º | 1% | 0.93% | - |
| XYZ | 16.31 | 7.91 | 81.56 | - |
| YUV | 52.67 | 232.59 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 238 | 1.00 | 0.82 | 0 | 0.07 | 229.37 | 0.99 | 0.47 |
| Hex | 1 | 2B | EE | 64 | 52 | 0 | 7 | E5 | 63 | 2F |
| Octal | 1 | 53 | 356 | 144 | 122 | 0 | 7 | 345 | 143 | 57 |
| Binary | 1 | 101011 | 11101110 | 1100100 | 1010010 | 0 | 111 | 11100101 | 1100011 | 101111 |
Color Harmonies of #012BEE
Complementary color
Monochromatic Colors of #012BEE
Black with #012BEE
Text Example
Text Example
White with #012BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012BEE; }
p { color: rgb(1,43,238); }
H1.HeaderClassName
{
color: #012BEE;
}
.AnyTagClassName
{
color: #012BEE;
}
</style>
background-color css
<style>
a { background-color: #012BEE; }
a { background-color: rgb(1,43,238); }
div.DivClassName
{
background-color: #012BEE;
}
.BgClassName
{
background-color: #012BEE;
}
</style>
border-color css
<style>
span { border-color: #012BEE; }
span { border-color: rgb(1,43,238); }
td.TdClassName
{
border-color: #012BEE;
}
.TagClassName
{
border-color: #012BEE;
}
</style>