Shades of Navy Blue #0645FF
Tints of Navy Blue #0645FF
RGB
CMYK
RGB Variations
Color information
#0645FF (or 0x0645FF) is known color: Navy Blue. HEX triplet: 06, 45 and FF. RGB value is (6,69,255). Sum of RGB (Red+Green+Blue) = 6+69+255=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #0645FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0645FF is #F9BA00. Grayscale: #464646. Windows color (decimal): -16366081 or 16729350. OLE color: 16729350.
HSL color Cylindrical-coordinate representation of color #0645FF: hue angle of 224.82º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0645FF is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 69 | 255 | - |
| CMYK | 0.98 | 0.73 | 0 | 0 |
| HSL | 224.82º | 1% | 0.51% | - |
| HSV(B) | 224.82º | 0.98% | 1% | - |
| XYZ | 20.25 | 11.51 | 95.76 | - |
| YUV | 71.37 | 231.63 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 255 | 0.98 | 0.73 | 0 | 0 | 224.82 | 1 | 0.51 |
| Hex | 6 | 45 | FF | 62 | 49 | 0 | 0 | E1 | 64 | 33 |
| Octal | 6 | 105 | 377 | 142 | 111 | 0 | 0 | 341 | 144 | 63 |
| Binary | 110 | 1000101 | 11111111 | 1100010 | 1001001 | 0 | 0 | 11100001 | 1100100 | 110011 |
Color Harmonies of #0645FF
Complementary color
Monochromatic Colors of #0645FF
Black with #0645FF
Text Example
Text Example
White with #0645FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0645FF; }
p { color: rgb(6,69,255); }
H1.HeaderClassName
{
color: #0645FF;
}
.AnyTagClassName
{
color: #0645FF;
}
</style>
background-color css
<style>
a { background-color: #0645FF; }
a { background-color: rgb(6,69,255); }
div.DivClassName
{
background-color: #0645FF;
}
.BgClassName
{
background-color: #0645FF;
}
</style>
border-color css
<style>
span { border-color: #0645FF; }
span { border-color: rgb(6,69,255); }
td.TdClassName
{
border-color: #0645FF;
}
.TagClassName
{
border-color: #0645FF;
}
</style>