Shades of Blue #0124FF
Tints of Blue #0124FF
RGB
CMYK
RGB Variations
Color information
#0124FF (or 0x0124FF) is known color: Blue. HEX triplet: 01, 24 and FF. RGB value is (1,36,255). Sum of RGB (Red+Green+Blue) = 1+36+255=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 255 (100% from 255 or 87.33% from 292); Max value from RGB is 255 - color contains mainly: blue. Hex color #0124FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0124FF is #FEDB00. Grayscale: #313131. Windows color (decimal): -16702209 or 16720897. OLE color: 16720897.
HSL color Cylindrical-coordinate representation of color #0124FF: hue angle of 231.73º 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 #0124FF is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 36 | 255 | - |
| CMYK | 1.00 | 0.86 | 0 | 0 |
| HSL | 231.73º | 1% | 0.5% | - |
| HSV(B) | 231.73º | 1% | 1% | - |
| XYZ | 18.69 | 8.49 | 95.26 | - |
| YUV | 50.5 | 243.4 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 255 | 1.00 | 0.86 | 0 | 0 | 231.73 | 1 | 0.5 |
| Hex | 1 | 24 | FF | 64 | 56 | 0 | 0 | E8 | 64 | 32 |
| Octal | 1 | 44 | 377 | 144 | 126 | 0 | 0 | 350 | 144 | 62 |
| Binary | 1 | 100100 | 11111111 | 1100100 | 1010110 | 0 | 0 | 11101000 | 1100100 | 110010 |
Color Harmonies of #0124FF
Complementary color
Monochromatic Colors of #0124FF
Black with #0124FF
Text Example
Text Example
White with #0124FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0124FF; }
p { color: rgb(1,36,255); }
H1.HeaderClassName
{
color: #0124FF;
}
.AnyTagClassName
{
color: #0124FF;
}
</style>
background-color css
<style>
a { background-color: #0124FF; }
a { background-color: rgb(1,36,255); }
div.DivClassName
{
background-color: #0124FF;
}
.BgClassName
{
background-color: #0124FF;
}
</style>
border-color css
<style>
span { border-color: #0124FF; }
span { border-color: rgb(1,36,255); }
td.TdClassName
{
border-color: #0124FF;
}
.TagClassName
{
border-color: #0124FF;
}
</style>