Html Css Color HEX #006ED7 Navy Blue

📋 copy color: '#006ED7'

red 0 ◦ green 110 ◦ blue 215

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

Shades of Navy Blue #006ED7

Tints of Navy Blue #006ED7

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 110 (43.36% from 255) = 33.85%

 BLUE value IS 215 (84.38% from 255) = 66.15%

R = 0%
G = 33.85%
B = 66.15%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#006ED7 (or 0x006ED7) is known color: Navy Blue. HEX triplet: 00, 6E and D7. RGB value is (0,110,215). Sum of RGB (Red+Green+Blue) = 0+110+215=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 215 (84.38% from 255 or 66.15% from 325); Max value from RGB is 215 - color contains mainly: blue. Hex color #006ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ED7 is #FF9128. Grayscale: #585858. Windows color (decimal): -16748841 or 14118400. OLE color: 14118400.

HSL color Cylindrical-coordinate representation of color #006ED7: hue angle of 209.3º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006ED7 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 110 215 -
CMYK 1 0.49 0 0.16
HSL 209.3º 1% 0.42% -
HSV(B) 209.3º 1% 0.84% -
XYZ 17.84 16.06 66.45 -
YUV 89.08 199.06 64.46 -
System Red Green Blue C M Y K H S L
Decimal 0 110 215 1 0.49 0 0.16 209.3 1 0.42
Hex 0 6E D7 64 31 0 10 D1 64 2A
Octal 0 156 327 144 61 0 20 321 144 52
Binary 0 1101110 11010111 1100100 110001 0 10000 11010001 1100100 101010

Color Harmonies of #006ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006ED7

Black with #006ED7

Text Example


Text Example

White with #006ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006ED7; }

 p { color: rgb(0,110,215); }

 H1.HeaderClassName
 {
   color: #006ED7;
 }
 .AnyTagClassName
 {
   color: #006ED7;
 }
</style>

background-color css

<style>
 a { background-color: #006ED7; }

 a { background-color: rgb(0,110,215); }

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

border-color css

<style>
 span { border-color: #006ED7; }

 span { border-color: rgb(0,110,215); }

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