Shades of Navy Blue #065DF1
Tints of Navy Blue #065DF1
RGB
CMYK
RGB Variations
Color information
#065DF1 (or 0x065DF1) is known color: Navy Blue. HEX triplet: 06, 5D and F1. RGB value is (6,93,241). Sum of RGB (Red+Green+Blue) = 6+93+241=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #065DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065DF1 is #F9A20E. Grayscale: #535353. Windows color (decimal): -16359951 or 15817990. OLE color: 15817990.
HSL color Cylindrical-coordinate representation of color #065DF1: hue angle of 217.79º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065DF1 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 93 | 241 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.05 |
| HSL | 217.79º | 0.95% | 0.48% | - |
| HSV(B) | 217.79º | 0.98% | 0.95% | - |
| XYZ | 19.87 | 14.22 | 84.92 | - |
| YUV | 83.86 | 216.68 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 241 | 0.98 | 0.61 | 0 | 0.05 | 217.79 | 0.95 | 0.48 |
| Hex | 6 | 5D | F1 | 62 | 3D | 0 | 5 | DA | 5F | 30 |
| Octal | 6 | 135 | 361 | 142 | 75 | 0 | 5 | 332 | 137 | 60 |
| Binary | 110 | 1011101 | 11110001 | 1100010 | 111101 | 0 | 101 | 11011010 | 1011111 | 110000 |
Color Harmonies of #065DF1
Complementary color
Monochromatic Colors of #065DF1
Black with #065DF1
Text Example
Text Example
White with #065DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065DF1; }
p { color: rgb(6,93,241); }
H1.HeaderClassName
{
color: #065DF1;
}
.AnyTagClassName
{
color: #065DF1;
}
</style>
background-color css
<style>
a { background-color: #065DF1; }
a { background-color: rgb(6,93,241); }
div.DivClassName
{
background-color: #065DF1;
}
.BgClassName
{
background-color: #065DF1;
}
</style>
border-color css
<style>
span { border-color: #065DF1; }
span { border-color: rgb(6,93,241); }
td.TdClassName
{
border-color: #065DF1;
}
.TagClassName
{
border-color: #065DF1;
}
</style>