Shades of Navy Blue #0665F6
Tints of Navy Blue #0665F6
RGB
CMYK
RGB Variations
Color information
#0665F6 (or 0x0665F6) is known color: Navy Blue. HEX triplet: 06, 65 and F6. RGB value is (6,101,246). Sum of RGB (Red+Green+Blue) = 6+101+246=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 246 (96.48% from 255 or 69.69% from 353); Max value from RGB is 246 - color contains mainly: blue. Hex color #0665F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0665F6 is #F99A09. Grayscale: #585858. Windows color (decimal): -16357898 or 16147718. OLE color: 16147718.
HSL color Cylindrical-coordinate representation of color #0665F6: hue angle of 216.25º 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 #0665F6 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 101 | 246 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.04 |
| HSL | 216.25º | 0.95% | 0.49% | - |
| HSV(B) | 216.25º | 0.98% | 0.96% | - |
| XYZ | 21.36 | 16 | 89.15 | - |
| YUV | 89.13 | 216.53 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 246 | 0.98 | 0.59 | 0 | 0.04 | 216.25 | 0.95 | 0.49 |
| Hex | 6 | 65 | F6 | 62 | 3B | 0 | 4 | D8 | 5F | 31 |
| Octal | 6 | 145 | 366 | 142 | 73 | 0 | 4 | 330 | 137 | 61 |
| Binary | 110 | 1100101 | 11110110 | 1100010 | 111011 | 0 | 100 | 11011000 | 1011111 | 110001 |
Color Harmonies of #0665F6
Complementary color
Monochromatic Colors of #0665F6
Black with #0665F6
Text Example
Text Example
White with #0665F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0665F6; }
p { color: rgb(6,101,246); }
H1.HeaderClassName
{
color: #0665F6;
}
.AnyTagClassName
{
color: #0665F6;
}
</style>
background-color css
<style>
a { background-color: #0665F6; }
a { background-color: rgb(6,101,246); }
div.DivClassName
{
background-color: #0665F6;
}
.BgClassName
{
background-color: #0665F6;
}
</style>
border-color css
<style>
span { border-color: #0665F6; }
span { border-color: rgb(6,101,246); }
td.TdClassName
{
border-color: #0665F6;
}
.TagClassName
{
border-color: #0665F6;
}
</style>