Html Css Color HEX #006ED4 Navy Blue

📋 copy color: '#006ED4'

red 0 ◦ green 110 ◦ blue 212

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

Shades of Navy Blue #006ED4

Tints of Navy Blue #006ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 65.84%

R = 0%
G = 34.16%
B = 65.84%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#006ED4 (or 0x006ED4) is known color: Navy Blue. HEX triplet: 00, 6E and D4. RGB value is (0,110,212). Sum of RGB (Red+Green+Blue) = 0+110+212=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 212 (83.20% from 255 or 65.84% from 322); Max value from RGB is 212 - color contains mainly: blue. Hex color #006ED4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ED4 is #FF912B. Grayscale: #585858. Windows color (decimal): -16748844 or 13921792. OLE color: 13921792.

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

Color convert

RGB 0 110 212 -
CMYK 1 0.48 0 0.17
HSL 208.87º 1% 0.42% -
HSV(B) 208.87º 1% 0.83% -
XYZ 17.46 15.91 64.44 -
YUV 88.74 197.56 64.71 -
System Red Green Blue C M Y K H S L
Decimal 0 110 212 1 0.48 0 0.17 208.87 1 0.42
Hex 0 6E D4 64 30 0 11 D1 64 2A
Octal 0 156 324 144 60 0 21 321 144 52
Binary 0 1101110 11010100 1100100 110000 0 10001 11010001 1100100 101010

Color Harmonies of #006ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006ED4

Black with #006ED4

Text Example


Text Example

White with #006ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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