Html Css Color HEX #1E6EDE Navy Blue

📋 copy color: '#1E6EDE'

red 30 ◦ green 110 ◦ blue 222

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

Shades of Navy Blue #1E6EDE

Tints of Navy Blue #1E6EDE

RGB

 RED value IS 30 (12.11% from 255) = 8.29%

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

 BLUE value IS 222 (87.11% from 255) = 61.33%

R = 8.29%
G = 30.39%
B = 61.33%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E6EDE (or 0x1E6EDE) is known color: Navy Blue. HEX triplet: 1E, 6E and DE. RGB value is (30,110,222). Sum of RGB (Red+Green+Blue) = 30+110+222=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E6EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6EDE is #E19121. Grayscale: #626262. Windows color (decimal): -14782754 or 14577182. OLE color: 14577182.

HSL color Cylindrical-coordinate representation of color #1E6EDE: hue angle of 215º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E6EDE is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 110 222 -
CMYK 0.86 0.50 0 0.13
HSL 215º 0.76% 0.49% -
HSV(B) 215º 0.86% 0.87% -
XYZ 19.3 16.7 71.31 -
YUV 98.85 197.5 78.89 -
System Red Green Blue C M Y K H S L
Decimal 30 110 222 0.86 0.50 0 0.13 215 0.76 0.49
Hex 1E 6E DE 56 32 0 D D7 4C 31
Octal 36 156 336 126 62 0 15 327 114 61
Binary 11110 1101110 11011110 1010110 110010 0 1101 11010111 1001100 110001

Color Harmonies of #1E6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6EDE

Black with #1E6EDE

Text Example


Text Example

White with #1E6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E6EDE; }

 p { color: rgb(30,110,222); }

 H1.HeaderClassName
 {
   color: #1E6EDE;
 }
 .AnyTagClassName
 {
   color: #1E6EDE;
 }
</style>

background-color css

<style>
 a { background-color: #1E6EDE; }

 a { background-color: rgb(30,110,222); }

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

border-color css

<style>
 span { border-color: #1E6EDE; }

 span { border-color: rgb(30,110,222); }

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