Shades of Navy Blue #0643FC
Tints of Navy Blue #0643FC
RGB
CMYK
RGB Variations
Color information
#0643FC (or 0x0643FC) is known color: Navy Blue. HEX triplet: 06, 43 and FC. RGB value is (6,67,252). Sum of RGB (Red+Green+Blue) = 6+67+252=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 252 (98.83% from 255 or 77.54% from 325); Max value from RGB is 252 - color contains mainly: blue. Hex color #0643FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0643FC is #F9BC03. Grayscale: #454545. Windows color (decimal): -16366596 or 16532230. OLE color: 16532230.
HSL color Cylindrical-coordinate representation of color #0643FC: hue angle of 225.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0643FC is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 67 | 252 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.01 |
| HSL | 225.12º | 0.98% | 0.51% | - |
| HSV(B) | 225.12º | 0.98% | 0.99% | - |
| XYZ | 19.65 | 11.08 | 93.2 | - |
| YUV | 69.85 | 230.79 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 252 | 0.98 | 0.73 | 0 | 0.01 | 225.12 | 0.98 | 0.51 |
| Hex | 6 | 43 | FC | 62 | 49 | 0 | 1 | E1 | 62 | 33 |
| Octal | 6 | 103 | 374 | 142 | 111 | 0 | 1 | 341 | 142 | 63 |
| Binary | 110 | 1000011 | 11111100 | 1100010 | 1001001 | 0 | 1 | 11100001 | 1100010 | 110011 |
Color Harmonies of #0643FC
Complementary color
Monochromatic Colors of #0643FC
Black with #0643FC
Text Example
Text Example
White with #0643FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0643FC; }
p { color: rgb(6,67,252); }
H1.HeaderClassName
{
color: #0643FC;
}
.AnyTagClassName
{
color: #0643FC;
}
</style>
background-color css
<style>
a { background-color: #0643FC; }
a { background-color: rgb(6,67,252); }
div.DivClassName
{
background-color: #0643FC;
}
.BgClassName
{
background-color: #0643FC;
}
</style>
border-color css
<style>
span { border-color: #0643FC; }
span { border-color: rgb(6,67,252); }
td.TdClassName
{
border-color: #0643FC;
}
.TagClassName
{
border-color: #0643FC;
}
</style>