Shades of Navy Blue #066CF2
Tints of Navy Blue #066CF2
RGB
CMYK
RGB Variations
Color information
#066CF2 (or 0x066CF2) is known color: Navy Blue. HEX triplet: 06, 6C and F2. RGB value is (6,108,242). Sum of RGB (Red+Green+Blue) = 6+108+242=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #066CF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CF2 is #F9930D. Grayscale: #5C5C5C. Windows color (decimal): -16356110 or 15887366. OLE color: 15887366.
HSL color Cylindrical-coordinate representation of color #066CF2: hue angle of 214.07º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066CF2 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 108 | 242 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.05 |
| HSL | 214.07º | 0.95% | 0.49% | - |
| HSV(B) | 214.07º | 0.98% | 0.95% | - |
| XYZ | 21.46 | 17.17 | 86.19 | - |
| YUV | 92.78 | 212.21 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 242 | 0.98 | 0.55 | 0 | 0.05 | 214.07 | 0.95 | 0.49 |
| Hex | 6 | 6C | F2 | 62 | 37 | 0 | 5 | D6 | 5F | 31 |
| Octal | 6 | 154 | 362 | 142 | 67 | 0 | 5 | 326 | 137 | 61 |
| Binary | 110 | 1101100 | 11110010 | 1100010 | 110111 | 0 | 101 | 11010110 | 1011111 | 110001 |
Color Harmonies of #066CF2
Complementary color
Monochromatic Colors of #066CF2
Black with #066CF2
Text Example
Text Example
White with #066CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CF2; }
p { color: rgb(6,108,242); }
H1.HeaderClassName
{
color: #066CF2;
}
.AnyTagClassName
{
color: #066CF2;
}
</style>
background-color css
<style>
a { background-color: #066CF2; }
a { background-color: rgb(6,108,242); }
div.DivClassName
{
background-color: #066CF2;
}
.BgClassName
{
background-color: #066CF2;
}
</style>
border-color css
<style>
span { border-color: #066CF2; }
span { border-color: rgb(6,108,242); }
td.TdClassName
{
border-color: #066CF2;
}
.TagClassName
{
border-color: #066CF2;
}
</style>