Shades of Navy Blue #0566F3
Tints of Navy Blue #0566F3
RGB
CMYK
RGB Variations
Color information
#0566F3 (or 0x0566F3) is known color: Navy Blue. HEX triplet: 05, 66 and F3. RGB value is (5,102,243). Sum of RGB (Red+Green+Blue) = 5+102+243=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 243 (95.31% from 255 or 69.43% from 350); Max value from RGB is 243 - color contains mainly: blue. Hex color #0566F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0566F3 is #FA990C. Grayscale: #585858. Windows color (decimal): -16423181 or 15951365. OLE color: 15951365.
HSL color Cylindrical-coordinate representation of color #0566F3: hue angle of 215.55º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0566F3 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 102 | 243 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.05 |
| HSL | 215.55º | 0.96% | 0.49% | - |
| HSV(B) | 215.55º | 0.98% | 0.95% | - |
| XYZ | 20.99 | 16.01 | 86.78 | - |
| YUV | 89.07 | 214.86 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 243 | 0.98 | 0.58 | 0 | 0.05 | 215.55 | 0.96 | 0.49 |
| Hex | 5 | 66 | F3 | 62 | 3A | 0 | 5 | D8 | 60 | 31 |
| Octal | 5 | 146 | 363 | 142 | 72 | 0 | 5 | 330 | 140 | 61 |
| Binary | 101 | 1100110 | 11110011 | 1100010 | 111010 | 0 | 101 | 11011000 | 1100000 | 110001 |
Color Harmonies of #0566F3
Complementary color
Monochromatic Colors of #0566F3
Black with #0566F3
Text Example
Text Example
White with #0566F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0566F3; }
p { color: rgb(5,102,243); }
H1.HeaderClassName
{
color: #0566F3;
}
.AnyTagClassName
{
color: #0566F3;
}
</style>
background-color css
<style>
a { background-color: #0566F3; }
a { background-color: rgb(5,102,243); }
div.DivClassName
{
background-color: #0566F3;
}
.BgClassName
{
background-color: #0566F3;
}
</style>
border-color css
<style>
span { border-color: #0566F3; }
span { border-color: rgb(5,102,243); }
td.TdClassName
{
border-color: #0566F3;
}
.TagClassName
{
border-color: #0566F3;
}
</style>