Shades of Blue #0130FF
Tints of Blue #0130FF
RGB
CMYK
RGB Variations
Color information
#0130FF (or 0x0130FF) is known color: Blue. HEX triplet: 01, 30 and FF. RGB value is (1,48,255). Sum of RGB (Red+Green+Blue) = 1+48+255=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 255 (100% from 255 or 83.88% from 304); Max value from RGB is 255 - color contains mainly: blue. Hex color #0130FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0130FF is #FECF00. Grayscale: #383838. Windows color (decimal): -16699137 or 16723969. OLE color: 16723969.
HSL color Cylindrical-coordinate representation of color #0130FF: hue angle of 228.9º 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 #0130FF is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 48 | 255 | - |
| CMYK | 1.00 | 0.81 | 0 | 0 |
| HSL | 228.9º | 1% | 0.5% | - |
| HSV(B) | 228.9º | 1% | 1% | - |
| XYZ | 19.12 | 9.34 | 95.4 | - |
| YUV | 57.55 | 239.43 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 255 | 1.00 | 0.81 | 0 | 0 | 228.9 | 1 | 0.5 |
| Hex | 1 | 30 | FF | 64 | 51 | 0 | 0 | E5 | 64 | 32 |
| Octal | 1 | 60 | 377 | 144 | 121 | 0 | 0 | 345 | 144 | 62 |
| Binary | 1 | 110000 | 11111111 | 1100100 | 1010001 | 0 | 0 | 11100101 | 1100100 | 110010 |
Color Harmonies of #0130FF
Complementary color
Monochromatic Colors of #0130FF
Black with #0130FF
Text Example
Text Example
White with #0130FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0130FF; }
p { color: rgb(1,48,255); }
H1.HeaderClassName
{
color: #0130FF;
}
.AnyTagClassName
{
color: #0130FF;
}
</style>
background-color css
<style>
a { background-color: #0130FF; }
a { background-color: rgb(1,48,255); }
div.DivClassName
{
background-color: #0130FF;
}
.BgClassName
{
background-color: #0130FF;
}
</style>
border-color css
<style>
span { border-color: #0130FF; }
span { border-color: rgb(1,48,255); }
td.TdClassName
{
border-color: #0130FF;
}
.TagClassName
{
border-color: #0130FF;
}
</style>