Shades of Blue #0319EF
Tints of Blue #0319EF
RGB
CMYK
RGB Variations
Color information
#0319EF (or 0x0319EF) is known color: Blue. HEX triplet: 03, 19 and EF. RGB value is (3,25,239). Sum of RGB (Red+Green+Blue) = 3+25+239=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 239 (93.75% from 255 or 89.51% from 267); Max value from RGB is 239 - color contains mainly: blue. Hex color #0319EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0319EF is #FCE610. Grayscale: #292929. Windows color (decimal): -16573969 or 15669507. OLE color: 15669507.
HSL color Cylindrical-coordinate representation of color #0319EF: hue angle of 234.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0319EF is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 25 | 239 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.06 |
| HSL | 234.41º | 0.98% | 0.47% | - |
| HSV(B) | 234.41º | 0.99% | 0.94% | - |
| XYZ | 15.97 | 6.95 | 82.16 | - |
| YUV | 42.82 | 238.71 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 239 | 0.99 | 0.90 | 0 | 0.06 | 234.41 | 0.98 | 0.47 |
| Hex | 3 | 19 | EF | 63 | 5A | 0 | 6 | EA | 62 | 2F |
| Octal | 3 | 31 | 357 | 143 | 132 | 0 | 6 | 352 | 142 | 57 |
| Binary | 11 | 11001 | 11101111 | 1100011 | 1011010 | 0 | 110 | 11101010 | 1100010 | 101111 |
Color Harmonies of #0319EF
Complementary color
Monochromatic Colors of #0319EF
Black with #0319EF
Text Example
Text Example
White with #0319EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0319EF; }
p { color: rgb(3,25,239); }
H1.HeaderClassName
{
color: #0319EF;
}
.AnyTagClassName
{
color: #0319EF;
}
</style>
background-color css
<style>
a { background-color: #0319EF; }
a { background-color: rgb(3,25,239); }
div.DivClassName
{
background-color: #0319EF;
}
.BgClassName
{
background-color: #0319EF;
}
</style>
border-color css
<style>
span { border-color: #0319EF; }
span { border-color: rgb(3,25,239); }
td.TdClassName
{
border-color: #0319EF;
}
.TagClassName
{
border-color: #0319EF;
}
</style>