Shades of Navy Blue #0568EA
Tints of Navy Blue #0568EA
RGB
CMYK
RGB Variations
Color information
#0568EA (or 0x0568EA) is known color: Navy Blue. HEX triplet: 05, 68 and EA. RGB value is (5,104,234). Sum of RGB (Red+Green+Blue) = 5+104+234=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #0568EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0568EA is #FA9715. Grayscale: #585858. Windows color (decimal): -16422678 or 15362053. OLE color: 15362053.
HSL color Cylindrical-coordinate representation of color #0568EA: hue angle of 214.06º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0568EA is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 104 | 234 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.08 |
| HSL | 214.06º | 0.96% | 0.47% | - |
| HSV(B) | 214.06º | 0.98% | 0.92% | - |
| XYZ | 19.86 | 15.87 | 79.86 | - |
| YUV | 89.22 | 209.7 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 234 | 0.98 | 0.56 | 0 | 0.08 | 214.06 | 0.96 | 0.47 |
| Hex | 5 | 68 | EA | 62 | 38 | 0 | 8 | D6 | 60 | 2F |
| Octal | 5 | 150 | 352 | 142 | 70 | 0 | 10 | 326 | 140 | 57 |
| Binary | 101 | 1101000 | 11101010 | 1100010 | 111000 | 0 | 1000 | 11010110 | 1100000 | 101111 |
Color Harmonies of #0568EA
Complementary color
Monochromatic Colors of #0568EA
Black with #0568EA
Text Example
Text Example
White with #0568EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0568EA; }
p { color: rgb(5,104,234); }
H1.HeaderClassName
{
color: #0568EA;
}
.AnyTagClassName
{
color: #0568EA;
}
</style>
background-color css
<style>
a { background-color: #0568EA; }
a { background-color: rgb(5,104,234); }
div.DivClassName
{
background-color: #0568EA;
}
.BgClassName
{
background-color: #0568EA;
}
</style>
border-color css
<style>
span { border-color: #0568EA; }
span { border-color: rgb(5,104,234); }
td.TdClassName
{
border-color: #0568EA;
}
.TagClassName
{
border-color: #0568EA;
}
</style>