Shades of Navy Blue #0665F9
Tints of Navy Blue #0665F9
RGB
CMYK
RGB Variations
Color information
#0665F9 (or 0x0665F9) is known color: Navy Blue. HEX triplet: 06, 65 and F9. RGB value is (6,101,249). Sum of RGB (Red+Green+Blue) = 6+101+249=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 249 (97.66% from 255 or 69.94% from 356); Max value from RGB is 249 - color contains mainly: blue. Hex color #0665F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0665F9 is #F99A06. Grayscale: #585858. Windows color (decimal): -16357895 or 16344326. OLE color: 16344326.
HSL color Cylindrical-coordinate representation of color #0665F9: hue angle of 216.54º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0665F9 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 101 | 249 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.02 |
| HSL | 216.54º | 0.95% | 0.5% | - |
| HSV(B) | 216.54º | 0.98% | 0.98% | - |
| XYZ | 21.83 | 16.19 | 91.6 | - |
| YUV | 89.47 | 218.03 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 249 | 0.98 | 0.59 | 0 | 0.02 | 216.54 | 0.95 | 0.5 |
| Hex | 6 | 65 | F9 | 62 | 3B | 0 | 2 | D9 | 5F | 32 |
| Octal | 6 | 145 | 371 | 142 | 73 | 0 | 2 | 331 | 137 | 62 |
| Binary | 110 | 1100101 | 11111001 | 1100010 | 111011 | 0 | 10 | 11011001 | 1011111 | 110010 |
Color Harmonies of #0665F9
Complementary color
Monochromatic Colors of #0665F9
Black with #0665F9
Text Example
Text Example
White with #0665F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0665F9; }
p { color: rgb(6,101,249); }
H1.HeaderClassName
{
color: #0665F9;
}
.AnyTagClassName
{
color: #0665F9;
}
</style>
background-color css
<style>
a { background-color: #0665F9; }
a { background-color: rgb(6,101,249); }
div.DivClassName
{
background-color: #0665F9;
}
.BgClassName
{
background-color: #0665F9;
}
</style>
border-color css
<style>
span { border-color: #0665F9; }
span { border-color: rgb(6,101,249); }
td.TdClassName
{
border-color: #0665F9;
}
.TagClassName
{
border-color: #0665F9;
}
</style>