Html Css Color HEX #066AD7 Navy Blue

📋 copy color: '#066AD7'

red 6 ◦ green 106 ◦ blue 215

#066AD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #066AD7

Tints of Navy Blue #066AD7

RGB

 RED value IS 6 (2.73% from 255) = 1.83%

 GREEN value IS 106 (41.8% 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 value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#066AD7 (or 0x066AD7) is known color: 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

RGB 6 106 215 -
CMYK 0.97 0.51 0 0.16
HSL 211.29º 0.95% 0.43% -
HSV(B) 211.29º 0.97% 0.84% -
XYZ 17.49 15.25 66.31 -
YUV 88.53 199.37 69.14 -
System Red Green Blue C M Y K H S L
Decimal 6 106 215 0.97 0.51 0 0.16 211.29 0.95 0.43
Hex 6 6A D7 61 33 0 10 D3 5F 2B
Octal 6 152 327 141 63 0 20 323 137 53
Binary 110 1101010 11010111 1100001 110011 0 10000 11010011 1011111 101011

Color Harmonies of #066AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066AD7

Black with #066AD7

Text Example


Text Example

White with #066AD7

Text Example


Text Example

HTML Codes & Css Web 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>