Shades of Blue #0319FA
Tints of Blue #0319FA
RGB
CMYK
RGB Variations
Color information
#0319FA (or 0x0319FA) is known color: Blue. HEX triplet: 03, 19 and FA. RGB value is (3,25,250). Sum of RGB (Red+Green+Blue) = 3+25+250=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 250 (98.05% from 255 or 89.93% from 278); Max value from RGB is 250 - color contains mainly: blue. Hex color #0319FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0319FA is #FCE605. Grayscale: #2B2B2B. Windows color (decimal): -16573958 or 16390403. OLE color: 16390403.
HSL color Cylindrical-coordinate representation of color #0319FA: hue angle of 234.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0319FA is Cyan = 0.99, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 25 | 250 | - |
| CMYK | 0.99 | 0.9 | 0 | 0.02 |
| HSL | 234.66º | 0.98% | 0.5% | - |
| HSV(B) | 234.66º | 0.99% | 0.98% | - |
| XYZ | 17.64 | 7.62 | 90.98 | - |
| YUV | 44.07 | 244.21 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 250 | 0.99 | 0.9 | 0 | 0.02 | 234.66 | 0.98 | 0.5 |
| Hex | 3 | 19 | FA | 63 | 5A | 0 | 2 | EB | 62 | 32 |
| Octal | 3 | 31 | 372 | 143 | 132 | 0 | 2 | 353 | 142 | 62 |
| Binary | 11 | 11001 | 11111010 | 1100011 | 1011010 | 0 | 10 | 11101011 | 1100010 | 110010 |
Color Harmonies of #0319FA
Complementary color
Monochromatic Colors of #0319FA
Black with #0319FA
Text Example
Text Example
White with #0319FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0319FA; }
p { color: rgb(3,25,250); }
H1.HeaderClassName
{
color: #0319FA;
}
.AnyTagClassName
{
color: #0319FA;
}
</style>
background-color css
<style>
a { background-color: #0319FA; }
a { background-color: rgb(3,25,250); }
div.DivClassName
{
background-color: #0319FA;
}
.BgClassName
{
background-color: #0319FA;
}
</style>
border-color css
<style>
span { border-color: #0319FA; }
span { border-color: rgb(3,25,250); }
td.TdClassName
{
border-color: #0319FA;
}
.TagClassName
{
border-color: #0319FA;
}
</style>