Shades of Blue #0319FF
Tints of Blue #0319FF
RGB
CMYK
RGB Variations
Color information
#0319FF (or 0x0319FF) is known color: Blue. HEX triplet: 03, 19 and FF. RGB value is (3,25,255). Sum of RGB (Red+Green+Blue) = 3+25+255=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 255 (100% from 255 or 90.11% from 283); Max value from RGB is 255 - color contains mainly: blue. Hex color #0319FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0319FF is #FCE600. Grayscale: #2B2B2B. Windows color (decimal): -16573953 or 16718083. OLE color: 16718083.
HSL color Cylindrical-coordinate representation of color #0319FF: hue angle of 234.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0319FF is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 25 | 255 | - |
| CMYK | 0.99 | 0.90 | 0 | 0 |
| HSL | 234.76º | 1% | 0.51% | - |
| HSV(B) | 234.76º | 0.99% | 1% | - |
| XYZ | 18.44 | 7.93 | 95.17 | - |
| YUV | 44.64 | 246.71 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 255 | 0.99 | 0.90 | 0 | 0 | 234.76 | 1 | 0.51 |
| Hex | 3 | 19 | FF | 63 | 5A | 0 | 0 | EB | 64 | 33 |
| Octal | 3 | 31 | 377 | 143 | 132 | 0 | 0 | 353 | 144 | 63 |
| Binary | 11 | 11001 | 11111111 | 1100011 | 1011010 | 0 | 0 | 11101011 | 1100100 | 110011 |
Color Harmonies of #0319FF
Complementary color
Monochromatic Colors of #0319FF
Black with #0319FF
Text Example
Text Example
White with #0319FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0319FF; }
p { color: rgb(3,25,255); }
H1.HeaderClassName
{
color: #0319FF;
}
.AnyTagClassName
{
color: #0319FF;
}
</style>
background-color css
<style>
a { background-color: #0319FF; }
a { background-color: rgb(3,25,255); }
div.DivClassName
{
background-color: #0319FF;
}
.BgClassName
{
background-color: #0319FF;
}
</style>
border-color css
<style>
span { border-color: #0319FF; }
span { border-color: rgb(3,25,255); }
td.TdClassName
{
border-color: #0319FF;
}
.TagClassName
{
border-color: #0319FF;
}
</style>