#066AD7

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

Shades of Navy Blue #066AD7

Tints of Navy Blue #066AD7

Color information

#066AD7 (or 0x066AD7) is unknown color: approx Navy Blue. HEX triplet: 06, 6A and D7. RGB value is (6,106,215). Sum of RGB (Red+Green+Blue) = 6+106+215=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 215 (84.38% from 255 or 65.75% from 327); Max value from RGB is 215 - color contains mainly: blue. Hex color #066AD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066AD7 is #F99528. Grayscale: #575757. Windows color (decimal): -16356649 or 14117382. OLE color: 14117382.

HSL color Cylindrical-coordinate representation of color #066AD7: hue angle of 211.29º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066AD7 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6106215-
CMYK0.970.5100.16
HSL211.29º94.57%43.33%-
HSV(B)211.29º97.21%84.31%-
XYZ17.4915.2566.31-
YUV88.53199.3769.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.83%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 215 (84.38% from 255) = 65.75%
R=1.83%
G=32.42%
B=65.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61062150.970.5100.16211.2994.5743.33
Hex66AD76133010d35f2b
Octal61523271416302032313753
Binary1101101010110101111100001110011010000110100111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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