Shades of Blue #0132FB
Tints of Blue #0132FB
RGB
CMYK
RGB Variations
Color information
#0132FB (or 0x0132FB) is known color: Blue. HEX triplet: 01, 32 and FB. RGB value is (1,50,251). Sum of RGB (Red+Green+Blue) = 1+50+251=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 251 (98.44% from 255 or 83.11% from 302); Max value from RGB is 251 - color contains mainly: blue. Hex color #0132FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0132FB is #FECD04. Grayscale: #393939. Windows color (decimal): -16698629 or 16462337. OLE color: 16462337.
HSL color Cylindrical-coordinate representation of color #0132FB: hue angle of 228.24º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0132FB is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 50 | 251 | - |
| CMYK | 1.00 | 0.80 | 0 | 0.02 |
| HSL | 228.24º | 0.99% | 0.49% | - |
| HSV(B) | 228.24º | 1% | 0.98% | - |
| XYZ | 18.57 | 9.25 | 92.07 | - |
| YUV | 58.26 | 236.77 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 251 | 1.00 | 0.80 | 0 | 0.02 | 228.24 | 0.99 | 0.49 |
| Hex | 1 | 32 | FB | 64 | 50 | 0 | 2 | E4 | 63 | 31 |
| Octal | 1 | 62 | 373 | 144 | 120 | 0 | 2 | 344 | 143 | 61 |
| Binary | 1 | 110010 | 11111011 | 1100100 | 1010000 | 0 | 10 | 11100100 | 1100011 | 110001 |
Color Harmonies of #0132FB
Complementary color
Monochromatic Colors of #0132FB
Black with #0132FB
Text Example
Text Example
White with #0132FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0132FB; }
p { color: rgb(1,50,251); }
H1.HeaderClassName
{
color: #0132FB;
}
.AnyTagClassName
{
color: #0132FB;
}
</style>
background-color css
<style>
a { background-color: #0132FB; }
a { background-color: rgb(1,50,251); }
div.DivClassName
{
background-color: #0132FB;
}
.BgClassName
{
background-color: #0132FB;
}
</style>
border-color css
<style>
span { border-color: #0132FB; }
span { border-color: rgb(1,50,251); }
td.TdClassName
{
border-color: #0132FB;
}
.TagClassName
{
border-color: #0132FB;
}
</style>