Shades of Navy Blue #066CF4
Tints of Navy Blue #066CF4
RGB
CMYK
RGB Variations
Color information
#066CF4 (or 0x066CF4) is known color: Navy Blue. HEX triplet: 06, 6C and F4. RGB value is (6,108,244). Sum of RGB (Red+Green+Blue) = 6+108+244=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 244 (95.70% from 255 or 68.16% from 358); Max value from RGB is 244 - color contains mainly: blue. Hex color #066CF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CF4 is #F9930B. Grayscale: #5C5C5C. Windows color (decimal): -16356108 or 16018438. OLE color: 16018438.
HSL color Cylindrical-coordinate representation of color #066CF4: hue angle of 214.29º 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 #066CF4 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 108 | 244 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.04 |
| HSL | 214.29º | 0.95% | 0.49% | - |
| HSV(B) | 214.29º | 0.98% | 0.96% | - |
| XYZ | 21.77 | 17.3 | 87.78 | - |
| YUV | 93.01 | 213.21 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 244 | 0.98 | 0.56 | 0 | 0.04 | 214.29 | 0.95 | 0.49 |
| Hex | 6 | 6C | F4 | 62 | 38 | 0 | 4 | D6 | 5F | 31 |
| Octal | 6 | 154 | 364 | 142 | 70 | 0 | 4 | 326 | 137 | 61 |
| Binary | 110 | 1101100 | 11110100 | 1100010 | 111000 | 0 | 100 | 11010110 | 1011111 | 110001 |
Color Harmonies of #066CF4
Complementary color
Monochromatic Colors of #066CF4
Black with #066CF4
Text Example
Text Example
White with #066CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CF4; }
p { color: rgb(6,108,244); }
H1.HeaderClassName
{
color: #066CF4;
}
.AnyTagClassName
{
color: #066CF4;
}
</style>
background-color css
<style>
a { background-color: #066CF4; }
a { background-color: rgb(6,108,244); }
div.DivClassName
{
background-color: #066CF4;
}
.BgClassName
{
background-color: #066CF4;
}
</style>
border-color css
<style>
span { border-color: #066CF4; }
span { border-color: rgb(6,108,244); }
td.TdClassName
{
border-color: #066CF4;
}
.TagClassName
{
border-color: #066CF4;
}
</style>