Shades of Navy Blue #065AF2
Tints of Navy Blue #065AF2
RGB
CMYK
RGB Variations
Color information
#065AF2 (or 0x065AF2) is known color: Navy Blue. HEX triplet: 06, 5A and F2. RGB value is (6,90,242). Sum of RGB (Red+Green+Blue) = 6+90+242=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 242 (94.92% from 255 or 71.60% from 338); Max value from RGB is 242 - color contains mainly: blue. Hex color #065AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065AF2 is #F9A50D. Grayscale: #515151. Windows color (decimal): -16360718 or 15882758. OLE color: 15882758.
HSL color Cylindrical-coordinate representation of color #065AF2: hue angle of 218.64º 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 #065AF2 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 90 | 242 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.05 |
| HSL | 218.64º | 0.95% | 0.49% | - |
| HSV(B) | 218.64º | 0.98% | 0.95% | - |
| XYZ | 19.76 | 13.76 | 85.62 | - |
| YUV | 82.21 | 218.17 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 242 | 0.98 | 0.63 | 0 | 0.05 | 218.64 | 0.95 | 0.49 |
| Hex | 6 | 5A | F2 | 62 | 3F | 0 | 5 | DB | 5F | 31 |
| Octal | 6 | 132 | 362 | 142 | 77 | 0 | 5 | 333 | 137 | 61 |
| Binary | 110 | 1011010 | 11110010 | 1100010 | 111111 | 0 | 101 | 11011011 | 1011111 | 110001 |
Color Harmonies of #065AF2
Complementary color
Monochromatic Colors of #065AF2
Black with #065AF2
Text Example
Text Example
White with #065AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065AF2; }
p { color: rgb(6,90,242); }
H1.HeaderClassName
{
color: #065AF2;
}
.AnyTagClassName
{
color: #065AF2;
}
</style>
background-color css
<style>
a { background-color: #065AF2; }
a { background-color: rgb(6,90,242); }
div.DivClassName
{
background-color: #065AF2;
}
.BgClassName
{
background-color: #065AF2;
}
</style>
border-color css
<style>
span { border-color: #065AF2; }
span { border-color: rgb(6,90,242); }
td.TdClassName
{
border-color: #065AF2;
}
.TagClassName
{
border-color: #065AF2;
}
</style>