Shades of Blue #012BED
Tints of Blue #012BED
RGB
CMYK
RGB Variations
Color information
#012BED (or 0x012BED) is known color: Blue. HEX triplet: 01, 2B and ED. RGB value is (1,43,237). Sum of RGB (Red+Green+Blue) = 1+43+237=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 237 (92.97% from 255 or 84.34% from 281); Max value from RGB is 237 - color contains mainly: blue. Hex color #012BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012BED is #FED412. Grayscale: #333333. Windows color (decimal): -16700435 or 15543041. OLE color: 15543041.
HSL color Cylindrical-coordinate representation of color #012BED: hue angle of 229.32º 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 #012BED is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 43 | 237 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.07 |
| HSL | 229.32º | 0.99% | 0.47% | - |
| HSV(B) | 229.32º | 1% | 0.93% | - |
| XYZ | 16.16 | 7.85 | 80.78 | - |
| YUV | 52.56 | 232.09 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 237 | 1.00 | 0.82 | 0 | 0.07 | 229.32 | 0.99 | 0.47 |
| Hex | 1 | 2B | ED | 64 | 52 | 0 | 7 | E5 | 63 | 2F |
| Octal | 1 | 53 | 355 | 144 | 122 | 0 | 7 | 345 | 143 | 57 |
| Binary | 1 | 101011 | 11101101 | 1100100 | 1010010 | 0 | 111 | 11100101 | 1100011 | 101111 |
Color Harmonies of #012BED
Complementary color
Monochromatic Colors of #012BED
Black with #012BED
Text Example
Text Example
White with #012BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012BED; }
p { color: rgb(1,43,237); }
H1.HeaderClassName
{
color: #012BED;
}
.AnyTagClassName
{
color: #012BED;
}
</style>
background-color css
<style>
a { background-color: #012BED; }
a { background-color: rgb(1,43,237); }
div.DivClassName
{
background-color: #012BED;
}
.BgClassName
{
background-color: #012BED;
}
</style>
border-color css
<style>
span { border-color: #012BED; }
span { border-color: rgb(1,43,237); }
td.TdClassName
{
border-color: #012BED;
}
.TagClassName
{
border-color: #012BED;
}
</style>