Shades of Navy Blue #0644FF
Tints of Navy Blue #0644FF
RGB
CMYK
RGB Variations
Color information
#0644FF (or 0x0644FF) is known color: Navy Blue. HEX triplet: 06, 44 and FF. RGB value is (6,68,255). Sum of RGB (Red+Green+Blue) = 6+68+255=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 255 (100% from 255 or 77.51% from 329); Max value from RGB is 255 - color contains mainly: blue. Hex color #0644FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0644FF is #F9BB00. Grayscale: #454545. Windows color (decimal): -16366337 or 16729094. OLE color: 16729094.
HSL color Cylindrical-coordinate representation of color #0644FF: hue angle of 225.06º 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 #0644FF is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 68 | 255 | - |
| CMYK | 0.98 | 0.73 | 0 | 0 |
| HSL | 225.06º | 1% | 0.51% | - |
| HSV(B) | 225.06º | 0.98% | 1% | - |
| XYZ | 20.19 | 11.39 | 95.74 | - |
| YUV | 70.78 | 231.96 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 255 | 0.98 | 0.73 | 0 | 0 | 225.06 | 1 | 0.51 |
| Hex | 6 | 44 | FF | 62 | 49 | 0 | 0 | E1 | 64 | 33 |
| Octal | 6 | 104 | 377 | 142 | 111 | 0 | 0 | 341 | 144 | 63 |
| Binary | 110 | 1000100 | 11111111 | 1100010 | 1001001 | 0 | 0 | 11100001 | 1100100 | 110011 |
Color Harmonies of #0644FF
Complementary color
Monochromatic Colors of #0644FF
Black with #0644FF
Text Example
Text Example
White with #0644FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0644FF; }
p { color: rgb(6,68,255); }
H1.HeaderClassName
{
color: #0644FF;
}
.AnyTagClassName
{
color: #0644FF;
}
</style>
background-color css
<style>
a { background-color: #0644FF; }
a { background-color: rgb(6,68,255); }
div.DivClassName
{
background-color: #0644FF;
}
.BgClassName
{
background-color: #0644FF;
}
</style>
border-color css
<style>
span { border-color: #0644FF; }
span { border-color: rgb(6,68,255); }
td.TdClassName
{
border-color: #0644FF;
}
.TagClassName
{
border-color: #0644FF;
}
</style>