Shades of Navy Blue #064ADF
Tints of Navy Blue #064ADF
RGB
CMYK
RGB Variations
Color information
#064ADF (or 0x064ADF) is known color: Navy Blue. HEX triplet: 06, 4A and DF. RGB value is (6,74,223). Sum of RGB (Red+Green+Blue) = 6+74+223=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #064ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064ADF is #F9B520. Grayscale: #454545. Windows color (decimal): -16364833 or 14633478. OLE color: 14633478.
HSL color Cylindrical-coordinate representation of color #064ADF: hue angle of 221.2º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064ADF is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 74 | 223 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.13 |
| HSL | 221.2º | 0.95% | 0.45% | - |
| HSV(B) | 221.2º | 0.97% | 0.87% | - |
| XYZ | 15.84 | 10.26 | 70.96 | - |
| YUV | 70.65 | 213.97 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 223 | 0.97 | 0.67 | 0 | 0.13 | 221.2 | 0.95 | 0.45 |
| Hex | 6 | 4A | DF | 61 | 43 | 0 | D | DD | 5F | 2D |
| Octal | 6 | 112 | 337 | 141 | 103 | 0 | 15 | 335 | 137 | 55 |
| Binary | 110 | 1001010 | 11011111 | 1100001 | 1000011 | 0 | 1101 | 11011101 | 1011111 | 101101 |
Color Harmonies of #064ADF
Complementary color
Monochromatic Colors of #064ADF
Black with #064ADF
Text Example
Text Example
White with #064ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064ADF; }
p { color: rgb(6,74,223); }
H1.HeaderClassName
{
color: #064ADF;
}
.AnyTagClassName
{
color: #064ADF;
}
</style>
background-color css
<style>
a { background-color: #064ADF; }
a { background-color: rgb(6,74,223); }
div.DivClassName
{
background-color: #064ADF;
}
.BgClassName
{
background-color: #064ADF;
}
</style>
border-color css
<style>
span { border-color: #064ADF; }
span { border-color: rgb(6,74,223); }
td.TdClassName
{
border-color: #064ADF;
}
.TagClassName
{
border-color: #064ADF;
}
</style>