Shades of Navy Blue #066AF5
Tints of Navy Blue #066AF5
RGB
CMYK
RGB Variations
Color information
#066AF5 (or 0x066AF5) is known color: Navy Blue. HEX triplet: 06, 6A and F5. RGB value is (6,106,245). Sum of RGB (Red+Green+Blue) = 6+106+245=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 245 (96.09% from 255 or 68.63% from 357); Max value from RGB is 245 - color contains mainly: blue. Hex color #066AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066AF5 is #F9950A. Grayscale: #5B5B5B. Windows color (decimal): -16356619 or 16083462. OLE color: 16083462.
HSL color Cylindrical-coordinate representation of color #066AF5: hue angle of 214.9º 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 #066AF5 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 106 | 245 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.04 |
| HSL | 214.9º | 0.95% | 0.49% | - |
| HSV(B) | 214.9º | 0.98% | 0.96% | - |
| XYZ | 21.71 | 16.94 | 88.51 | - |
| YUV | 91.95 | 214.37 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 245 | 0.98 | 0.57 | 0 | 0.04 | 214.9 | 0.95 | 0.49 |
| Hex | 6 | 6A | F5 | 62 | 39 | 0 | 4 | D7 | 5F | 31 |
| Octal | 6 | 152 | 365 | 142 | 71 | 0 | 4 | 327 | 137 | 61 |
| Binary | 110 | 1101010 | 11110101 | 1100010 | 111001 | 0 | 100 | 11010111 | 1011111 | 110001 |
Color Harmonies of #066AF5
Complementary color
Monochromatic Colors of #066AF5
Black with #066AF5
Text Example
Text Example
White with #066AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066AF5; }
p { color: rgb(6,106,245); }
H1.HeaderClassName
{
color: #066AF5;
}
.AnyTagClassName
{
color: #066AF5;
}
</style>
background-color css
<style>
a { background-color: #066AF5; }
a { background-color: rgb(6,106,245); }
div.DivClassName
{
background-color: #066AF5;
}
.BgClassName
{
background-color: #066AF5;
}
</style>
border-color css
<style>
span { border-color: #066AF5; }
span { border-color: rgb(6,106,245); }
td.TdClassName
{
border-color: #066AF5;
}
.TagClassName
{
border-color: #066AF5;
}
</style>