Shades of Blue #0919FA
Tints of Blue #0919FA
RGB
CMYK
RGB Variations
Color information
#0919FA (or 0x0919FA) is known color: Blue. HEX triplet: 09, 19 and FA. RGB value is (9,25,250). Sum of RGB (Red+Green+Blue) = 9+25+250=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 250 (98.05% from 255 or 88.03% from 284); Max value from RGB is 250 - color contains mainly: blue. Hex color #0919FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0919FA is #F6E605. Grayscale: #2C2C2C. Windows color (decimal): -16180742 or 16390409. OLE color: 16390409.
HSL color Cylindrical-coordinate representation of color #0919FA: hue angle of 236.02º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0919FA is Cyan = 0.96, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 25 | 250 | - |
| CMYK | 0.96 | 0.9 | 0 | 0.02 |
| HSL | 236.02º | 0.96% | 0.51% | - |
| HSV(B) | 236.02º | 0.96% | 0.98% | - |
| XYZ | 17.72 | 7.66 | 90.99 | - |
| YUV | 45.87 | 243.2 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 250 | 0.96 | 0.9 | 0 | 0.02 | 236.02 | 0.96 | 0.51 |
| Hex | 9 | 19 | FA | 60 | 5A | 0 | 2 | EC | 60 | 33 |
| Octal | 11 | 31 | 372 | 140 | 132 | 0 | 2 | 354 | 140 | 63 |
| Binary | 1001 | 11001 | 11111010 | 1100000 | 1011010 | 0 | 10 | 11101100 | 1100000 | 110011 |
Color Harmonies of #0919FA
Complementary color
Monochromatic Colors of #0919FA
Black with #0919FA
Text Example
Text Example
White with #0919FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0919FA; }
p { color: rgb(9,25,250); }
H1.HeaderClassName
{
color: #0919FA;
}
.AnyTagClassName
{
color: #0919FA;
}
</style>
background-color css
<style>
a { background-color: #0919FA; }
a { background-color: rgb(9,25,250); }
div.DivClassName
{
background-color: #0919FA;
}
.BgClassName
{
background-color: #0919FA;
}
</style>
border-color css
<style>
span { border-color: #0919FA; }
span { border-color: rgb(9,25,250); }
td.TdClassName
{
border-color: #0919FA;
}
.TagClassName
{
border-color: #0919FA;
}
</style>