Shades of Navy Blue #0643EF
Tints of Navy Blue #0643EF
RGB
CMYK
RGB Variations
Color information
#0643EF (or 0x0643EF) is known color: Navy Blue. HEX triplet: 06, 43 and EF. RGB value is (6,67,239). Sum of RGB (Red+Green+Blue) = 6+67+239=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #0643EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0643EF is #F9BC10. Grayscale: #434343. Windows color (decimal): -16366609 or 15680262. OLE color: 15680262.
HSL color Cylindrical-coordinate representation of color #0643EF: hue angle of 224.29º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0643EF is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 67 | 239 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.06 |
| HSL | 224.29º | 0.95% | 0.48% | - |
| HSV(B) | 224.29º | 0.97% | 0.94% | - |
| XYZ | 17.66 | 10.29 | 82.72 | - |
| YUV | 68.37 | 224.29 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 239 | 0.97 | 0.72 | 0 | 0.06 | 224.29 | 0.95 | 0.48 |
| Hex | 6 | 43 | EF | 61 | 48 | 0 | 6 | E0 | 5F | 30 |
| Octal | 6 | 103 | 357 | 141 | 110 | 0 | 6 | 340 | 137 | 60 |
| Binary | 110 | 1000011 | 11101111 | 1100001 | 1001000 | 0 | 110 | 11100000 | 1011111 | 110000 |
Color Harmonies of #0643EF
Complementary color
Monochromatic Colors of #0643EF
Black with #0643EF
Text Example
Text Example
White with #0643EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0643EF; }
p { color: rgb(6,67,239); }
H1.HeaderClassName
{
color: #0643EF;
}
.AnyTagClassName
{
color: #0643EF;
}
</style>
background-color css
<style>
a { background-color: #0643EF; }
a { background-color: rgb(6,67,239); }
div.DivClassName
{
background-color: #0643EF;
}
.BgClassName
{
background-color: #0643EF;
}
</style>
border-color css
<style>
span { border-color: #0643EF; }
span { border-color: rgb(6,67,239); }
td.TdClassName
{
border-color: #0643EF;
}
.TagClassName
{
border-color: #0643EF;
}
</style>