Shades of Navy Blue #066CF0
Tints of Navy Blue #066CF0
RGB
CMYK
RGB Variations
Color information
#066CF0 (or 0x066CF0) is known color: Navy Blue. HEX triplet: 06, 6C and F0. RGB value is (6,108,240). Sum of RGB (Red+Green+Blue) = 6+108+240=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 240 (94.14% from 255 or 67.80% from 354); Max value from RGB is 240 - color contains mainly: blue. Hex color #066CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CF0 is #F9930F. Grayscale: #5B5B5B. Windows color (decimal): -16356112 or 15756294. OLE color: 15756294.
HSL color Cylindrical-coordinate representation of color #066CF0: hue angle of 213.85º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066CF0 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 108 | 240 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.06 |
| HSL | 213.85º | 0.95% | 0.48% | - |
| HSV(B) | 213.85º | 0.98% | 0.94% | - |
| XYZ | 21.17 | 17.06 | 84.61 | - |
| YUV | 92.55 | 211.21 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 240 | 0.98 | 0.55 | 0 | 0.06 | 213.85 | 0.95 | 0.48 |
| Hex | 6 | 6C | F0 | 62 | 37 | 0 | 6 | D6 | 5F | 30 |
| Octal | 6 | 154 | 360 | 142 | 67 | 0 | 6 | 326 | 137 | 60 |
| Binary | 110 | 1101100 | 11110000 | 1100010 | 110111 | 0 | 110 | 11010110 | 1011111 | 110000 |
Color Harmonies of #066CF0
Complementary color
Monochromatic Colors of #066CF0
Black with #066CF0
Text Example
Text Example
White with #066CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CF0; }
p { color: rgb(6,108,240); }
H1.HeaderClassName
{
color: #066CF0;
}
.AnyTagClassName
{
color: #066CF0;
}
</style>
background-color css
<style>
a { background-color: #066CF0; }
a { background-color: rgb(6,108,240); }
div.DivClassName
{
background-color: #066CF0;
}
.BgClassName
{
background-color: #066CF0;
}
</style>
border-color css
<style>
span { border-color: #066CF0; }
span { border-color: rgb(6,108,240); }
td.TdClassName
{
border-color: #066CF0;
}
.TagClassName
{
border-color: #066CF0;
}
</style>