Shades of Blue #0132FF
Tints of Blue #0132FF
RGB
CMYK
RGB Variations
Color information
#0132FF (or 0x0132FF) is known color: Blue. HEX triplet: 01, 32 and FF. RGB value is (1,50,255). Sum of RGB (Red+Green+Blue) = 1+50+255=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #0132FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0132FF is #FECD00. Grayscale: #393939. Windows color (decimal): -16698625 or 16724481. OLE color: 16724481.
HSL color Cylindrical-coordinate representation of color #0132FF: hue angle of 228.43º 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 #0132FF is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 50 | 255 | - |
| CMYK | 1.00 | 0.80 | 0 | 0 |
| HSL | 228.43º | 1% | 0.5% | - |
| HSV(B) | 228.43º | 1% | 1% | - |
| XYZ | 19.2 | 9.51 | 95.43 | - |
| YUV | 58.72 | 238.77 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 255 | 1.00 | 0.80 | 0 | 0 | 228.43 | 1 | 0.5 |
| Hex | 1 | 32 | FF | 64 | 50 | 0 | 0 | E4 | 64 | 32 |
| Octal | 1 | 62 | 377 | 144 | 120 | 0 | 0 | 344 | 144 | 62 |
| Binary | 1 | 110010 | 11111111 | 1100100 | 1010000 | 0 | 0 | 11100100 | 1100100 | 110010 |
Color Harmonies of #0132FF
Complementary color
Monochromatic Colors of #0132FF
Black with #0132FF
Text Example
Text Example
White with #0132FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0132FF; }
p { color: rgb(1,50,255); }
H1.HeaderClassName
{
color: #0132FF;
}
.AnyTagClassName
{
color: #0132FF;
}
</style>
background-color css
<style>
a { background-color: #0132FF; }
a { background-color: rgb(1,50,255); }
div.DivClassName
{
background-color: #0132FF;
}
.BgClassName
{
background-color: #0132FF;
}
</style>
border-color css
<style>
span { border-color: #0132FF; }
span { border-color: rgb(1,50,255); }
td.TdClassName
{
border-color: #0132FF;
}
.TagClassName
{
border-color: #0132FF;
}
</style>