Html Css Color HEX #1A6EDE Navy Blue

📋 copy color: '#1A6EDE'

red 26 ◦ green 110 ◦ blue 222

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

Shades of Navy Blue #1A6EDE

Tints of Navy Blue #1A6EDE

RGB

 RED value IS 26 (10.55% from 255) = 7.26%

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

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

R = 7.26%
G = 30.73%
B = 62.01%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A6EDE (or 0x1A6EDE) is known color: Navy Blue. HEX triplet: 1A, 6E and DE. RGB value is (26,110,222). Sum of RGB (Red+Green+Blue) = 26+110+222=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #1A6EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6EDE is #E59121. Grayscale: #616161. Windows color (decimal): -15044898 or 14577178. OLE color: 14577178.

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

Color convert

RGB 26 110 222 -
CMYK 0.88 0.50 0 0.13
HSL 214.29º 0.79% 0.49% -
HSV(B) 214.29º 0.88% 0.87% -
XYZ 19.19 16.65 71.31 -
YUV 97.65 198.17 76.89 -
System Red Green Blue C M Y K H S L
Decimal 26 110 222 0.88 0.50 0 0.13 214.29 0.79 0.49
Hex 1A 6E DE 58 32 0 D D6 4F 31
Octal 32 156 336 130 62 0 15 326 117 61
Binary 11010 1101110 11011110 1011000 110010 0 1101 11010110 1001111 110001

Color Harmonies of #1A6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6EDE

Black with #1A6EDE

Text Example


Text Example

White with #1A6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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