Html Css Color HEX #1A7ED2 Navy Blue

📋 copy color: '#1A7ED2'

red 26 ◦ green 126 ◦ blue 210

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

Shades of Navy Blue #1A7ED2

Tints of Navy Blue #1A7ED2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.81%

 BLUE value IS 210 (82.42% from 255) = 58.01%

R = 7.18%
G = 34.81%
B = 58.01%

CMYK

 C value IS 0.88

 M value IS 0.4

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1A7ED2 (or 0x1A7ED2) is known color: Navy Blue. HEX triplet: 1A, 7E and D2. RGB value is (26,126,210). Sum of RGB (Red+Green+Blue) = 26+126+210=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 210 (82.42% from 255 or 58.01% from 362); Max value from RGB is 210 - color contains mainly: blue. Hex color #1A7ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7ED2 is #E5812D. Grayscale: #696969. Windows color (decimal): -15040814 or 13794842. OLE color: 13794842.

HSL color Cylindrical-coordinate representation of color #1A7ED2: hue angle of 207.39º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A7ED2 is Cyan = 0.88, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 26 126 210 -
CMYK 0.88 0.4 0 0.18
HSL 207.39º 0.78% 0.46% -
HSV(B) 207.39º 0.88% 0.82% -
XYZ 19.52 19.79 63.76 -
YUV 105.68 186.87 71.17 -
System Red Green Blue C M Y K H S L
Decimal 26 126 210 0.88 0.4 0 0.18 207.39 0.78 0.46
Hex 1A 7E D2 58 28 0 12 CF 4E 2E
Octal 32 176 322 130 50 0 22 317 116 56
Binary 11010 1111110 11010010 1011000 101000 0 10010 11001111 1001110 101110

Color Harmonies of #1A7ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7ED2

Black with #1A7ED2

Text Example


Text Example

White with #1A7ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,126,210); }

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

background-color css

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

 a { background-color: rgb(26,126,210); }

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

border-color css

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

 span { border-color: rgb(26,126,210); }

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