Shades of Blue #012AFF
Tints of Blue #012AFF
RGB
CMYK
RGB Variations
Color information
#012AFF (or 0x012AFF) is known color: Blue. HEX triplet: 01, 2A and FF. RGB value is (1,42,255). Sum of RGB (Red+Green+Blue) = 1+42+255=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 255 (100% from 255 or 85.57% from 298); Max value from RGB is 255 - color contains mainly: blue. Hex color #012AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AFF is #FED500. Grayscale: #353535. Windows color (decimal): -16700673 or 16722433. OLE color: 16722433.
HSL color Cylindrical-coordinate representation of color #012AFF: hue angle of 230.31º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012AFF is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 42 | 255 | - |
| CMYK | 1.00 | 0.84 | 0 | 0 |
| HSL | 230.32º | 1% | 0.5% | - |
| HSV(B) | 230.32º | 1% | 1% | - |
| XYZ | 18.89 | 8.88 | 95.33 | - |
| YUV | 54.02 | 241.42 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 255 | 1.00 | 0.84 | 0 | 0 | 230.32 | 1 | 0.5 |
| Hex | 1 | 2A | FF | 64 | 54 | 0 | 0 | E6 | 64 | 32 |
| Octal | 1 | 52 | 377 | 144 | 124 | 0 | 0 | 346 | 144 | 62 |
| Binary | 1 | 101010 | 11111111 | 1100100 | 1010100 | 0 | 0 | 11100110 | 1100100 | 110010 |
Color Harmonies of #012AFF
Complementary color
Monochromatic Colors of #012AFF
Black with #012AFF
Text Example
Text Example
White with #012AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012AFF; }
p { color: rgb(1,42,255); }
H1.HeaderClassName
{
color: #012AFF;
}
.AnyTagClassName
{
color: #012AFF;
}
</style>
background-color css
<style>
a { background-color: #012AFF; }
a { background-color: rgb(1,42,255); }
div.DivClassName
{
background-color: #012AFF;
}
.BgClassName
{
background-color: #012AFF;
}
</style>
border-color css
<style>
span { border-color: #012AFF; }
span { border-color: rgb(1,42,255); }
td.TdClassName
{
border-color: #012AFF;
}
.TagClassName
{
border-color: #012AFF;
}
</style>