Shades of Navy Blue #065FF2
Tints of Navy Blue #065FF2
RGB
CMYK
RGB Variations
Color information
#065FF2 (or 0x065FF2) is known color: Navy Blue. HEX triplet: 06, 5F and F2. RGB value is (6,95,242). Sum of RGB (Red+Green+Blue) = 6+95+242=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 242 (94.92% from 255 or 70.55% from 343); Max value from RGB is 242 - color contains mainly: blue. Hex color #065FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065FF2 is #F9A00D. Grayscale: #545454. Windows color (decimal): -16359438 or 15884038. OLE color: 15884038.
HSL color Cylindrical-coordinate representation of color #065FF2: hue angle of 217.37º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065FF2 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 95 | 242 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.05 |
| HSL | 217.37º | 0.95% | 0.49% | - |
| HSV(B) | 217.37º | 0.98% | 0.95% | - |
| XYZ | 20.19 | 14.63 | 85.76 | - |
| YUV | 85.15 | 216.51 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 242 | 0.98 | 0.61 | 0 | 0.05 | 217.37 | 0.95 | 0.49 |
| Hex | 6 | 5F | F2 | 62 | 3D | 0 | 5 | D9 | 5F | 31 |
| Octal | 6 | 137 | 362 | 142 | 75 | 0 | 5 | 331 | 137 | 61 |
| Binary | 110 | 1011111 | 11110010 | 1100010 | 111101 | 0 | 101 | 11011001 | 1011111 | 110001 |
Color Harmonies of #065FF2
Complementary color
Monochromatic Colors of #065FF2
Black with #065FF2
Text Example
Text Example
White with #065FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065FF2; }
p { color: rgb(6,95,242); }
H1.HeaderClassName
{
color: #065FF2;
}
.AnyTagClassName
{
color: #065FF2;
}
</style>
background-color css
<style>
a { background-color: #065FF2; }
a { background-color: rgb(6,95,242); }
div.DivClassName
{
background-color: #065FF2;
}
.BgClassName
{
background-color: #065FF2;
}
</style>
border-color css
<style>
span { border-color: #065FF2; }
span { border-color: rgb(6,95,242); }
td.TdClassName
{
border-color: #065FF2;
}
.TagClassName
{
border-color: #065FF2;
}
</style>