Shades of Navy Blue #065CF6
Tints of Navy Blue #065CF6
RGB
CMYK
RGB Variations
Color information
#065CF6 (or 0x065CF6) is known color: Navy Blue. HEX triplet: 06, 5C and F6. RGB value is (6,92,246). Sum of RGB (Red+Green+Blue) = 6+92+246=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 246 (96.48% from 255 or 71.51% from 344); Max value from RGB is 246 - color contains mainly: blue. Hex color #065CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CF6 is #F9A309. Grayscale: #535353. Windows color (decimal): -16360202 or 16145414. OLE color: 16145414.
HSL color Cylindrical-coordinate representation of color #065CF6: hue angle of 218.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065CF6 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 92 | 246 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.04 |
| HSL | 218.5º | 0.95% | 0.49% | - |
| HSV(B) | 218.5º | 0.98% | 0.96% | - |
| XYZ | 20.54 | 14.35 | 88.88 | - |
| YUV | 83.84 | 219.51 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 246 | 0.98 | 0.63 | 0 | 0.04 | 218.5 | 0.95 | 0.49 |
| Hex | 6 | 5C | F6 | 62 | 3F | 0 | 4 | DA | 5F | 31 |
| Octal | 6 | 134 | 366 | 142 | 77 | 0 | 4 | 332 | 137 | 61 |
| Binary | 110 | 1011100 | 11110110 | 1100010 | 111111 | 0 | 100 | 11011010 | 1011111 | 110001 |
Color Harmonies of #065CF6
Complementary color
Monochromatic Colors of #065CF6
Black with #065CF6
Text Example
Text Example
White with #065CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065CF6; }
p { color: rgb(6,92,246); }
H1.HeaderClassName
{
color: #065CF6;
}
.AnyTagClassName
{
color: #065CF6;
}
</style>
background-color css
<style>
a { background-color: #065CF6; }
a { background-color: rgb(6,92,246); }
div.DivClassName
{
background-color: #065CF6;
}
.BgClassName
{
background-color: #065CF6;
}
</style>
border-color css
<style>
span { border-color: #065CF6; }
span { border-color: rgb(6,92,246); }
td.TdClassName
{
border-color: #065CF6;
}
.TagClassName
{
border-color: #065CF6;
}
</style>