Shades of Blue #0A3BFF
Tints of Blue #0A3BFF
RGB
CMYK
RGB Variations
Color information
#0A3BFF (or 0x0A3BFF) is known color: Blue. HEX triplet: 0A, 3B and FF. RGB value is (10,59,255). Sum of RGB (Red+Green+Blue) = 10+59+255=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A3BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3BFF is #F5C400. Grayscale: #414141. Windows color (decimal): -16106497 or 16726794. OLE color: 16726794.
HSL color Cylindrical-coordinate representation of color #0A3BFF: hue angle of 228º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3BFF is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 59 | 255 | - |
| CMYK | 0.96 | 0.77 | 0 | 0 |
| HSL | 228º | 1% | 0.52% | - |
| HSV(B) | 228º | 0.96% | 1% | - |
| XYZ | 19.74 | 10.41 | 95.58 | - |
| YUV | 66.69 | 234.27 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 59 | 255 | 0.96 | 0.77 | 0 | 0 | 228 | 1 | 0.52 |
| Hex | A | 3B | FF | 60 | 4D | 0 | 0 | E4 | 64 | 34 |
| Octal | 12 | 73 | 377 | 140 | 115 | 0 | 0 | 344 | 144 | 64 |
| Binary | 1010 | 111011 | 11111111 | 1100000 | 1001101 | 0 | 0 | 11100100 | 1100100 | 110100 |
Color Harmonies of #0A3BFF
Complementary color
Monochromatic Colors of #0A3BFF
Black with #0A3BFF
Text Example
Text Example
White with #0A3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3BFF; }
p { color: rgb(10,59,255); }
H1.HeaderClassName
{
color: #0A3BFF;
}
.AnyTagClassName
{
color: #0A3BFF;
}
</style>
background-color css
<style>
a { background-color: #0A3BFF; }
a { background-color: rgb(10,59,255); }
div.DivClassName
{
background-color: #0A3BFF;
}
.BgClassName
{
background-color: #0A3BFF;
}
</style>
border-color css
<style>
span { border-color: #0A3BFF; }
span { border-color: rgb(10,59,255); }
td.TdClassName
{
border-color: #0A3BFF;
}
.TagClassName
{
border-color: #0A3BFF;
}
</style>