Html Css Color HEX #066DD0 Navy Blue

📋 copy color: '#066DD0'

red 6 ◦ green 109 ◦ blue 208

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

Shades of Navy Blue #066DD0

Tints of Navy Blue #066DD0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.75%

 BLUE value IS 208 (81.64% from 255) = 64.4%

R = 1.86%
G = 33.75%
B = 64.4%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#066DD0 (or 0x066DD0) is known color: Navy Blue. HEX triplet: 06, 6D and D0. RGB value is (6,109,208). Sum of RGB (Red+Green+Blue) = 6+109+208=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 208 (81.64% from 255 or 64.40% from 323); Max value from RGB is 208 - color contains mainly: blue. Hex color #066DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DD0 is #F9922F. Grayscale: #585858. Windows color (decimal): -16355888 or 13659398. OLE color: 13659398.

HSL color Cylindrical-coordinate representation of color #066DD0: hue angle of 209.41º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DD0 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 6 109 208 -
CMYK 0.97 0.48 0 0.18
HSL 209.41º 0.94% 0.42% -
HSV(B) 209.41º 0.97% 0.82% -
XYZ 16.93 15.53 61.78 -
YUV 89.49 194.88 68.45 -
System Red Green Blue C M Y K H S L
Decimal 6 109 208 0.97 0.48 0 0.18 209.41 0.94 0.42
Hex 6 6D D0 61 30 0 12 D1 5E 2A
Octal 6 155 320 141 60 0 22 321 136 52
Binary 110 1101101 11010000 1100001 110000 0 10010 11010001 1011110 101010

Color Harmonies of #066DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DD0

Black with #066DD0

Text Example


Text Example

White with #066DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,109,208); }

 H1.HeaderClassName
 {
   color: #066DD0;
 }
 .AnyTagClassName
 {
   color: #066DD0;
 }
</style>

background-color css

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

 a { background-color: rgb(6,109,208); }

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

border-color css

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

 span { border-color: rgb(6,109,208); }

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