#066AF7

Color #066AF7 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #066AF7

Tints of Navy Blue #066AF7

Color information

#066AF7 (or 0x066AF7) is unknown color: approx Navy Blue. HEX triplet: 06, 6A and F7. RGB value is (6,106,247). Sum of RGB (Red+Green+Blue) = 6+106+247=359 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 247 (96.88% from 255 or 68.80% from 359); Max value from RGB is 247 - color contains mainly: blue. Hex color #066AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066AF7 is #F99508. Grayscale: #5B5B5B. Windows color (decimal): -16356617 or 16214534. OLE color: 16214534.

HSL color Cylindrical-coordinate representation of color #066AF7: hue angle of 215.1º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066AF7 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6106247-
CMYK0.980.5700.03
HSL215.1º95.26%49.61%-
HSV(B)215.1º97.57%96.86%-
XYZ22.0217.0690.13-
YUV92.17215.3766.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.67%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 247 (96.88% from 255) = 68.80%
R=1.67%
G=29.53%
B=68.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal61062470.980.5700.03215.195.2649.61
Hex66AF7623903d75f32
Octal6152367142710332713762
Binary1101101010111101111100010111001011110101111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066AF7; }

 p { color: rgb(6,106,247); }

 H1.HeaderClassName
 {
   color: #066AF7;
 }
 .AnyTagClassName
 {
   color: #066AF7;
 }
</style>
background-color css

<style>
 a { background-color: #066AF7; }

 a { background-color: rgb(6,106,247); }

 div.DivClassName
 {
   background-color: #066AF7;
 }
 .BgClassName
 {
   background-color: #066AF7;
 }
</style>
border-color css

<style>
 span { border-color: #066AF7; }

 span { border-color: rgb(6,106,247); }

 td.TdClassName
 {
   border-color: #066AF7;
 }
 .TagClassName
 {
   border-color: #066AF7;
 }
</style>