#1E82D6

Color #1E82D6 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1E82D6

Tints of Navy Blue #1E82D6

Color information

#1E82D6 (or 0x1E82D6) is unknown color: approx Navy Blue. HEX triplet: 1E, 82 and D6. RGB value is (30,130,214). Sum of RGB (Red+Green+Blue) = 30+130+214=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #1E82D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E82D6 is #E17D29. Grayscale: #6D6D6D. Windows color (decimal): -14777642 or 14058014. OLE color: 14058014.

HSL color Cylindrical-coordinate representation of color #1E82D6: hue angle of 207.39º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E82D6 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB30130214-
CMYK0.860.3900.16
HSL207.39º75.41%47.84%-
HSV(B)207.39º85.98%83.92%-
XYZ20.6621.166.6-
YUV109.68186.8771.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.02%
GREEN value IS 130 (51.17% from 255) = 34.76%
BLUE value IS 214 (83.98% from 255) = 57.22%
R=8.02%
G=34.76%
B=57.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal301302140.860.3900.16207.3975.4147.84
Hex1E82D65627010cf4b30
Octal362023261264702031711360
Binary1111010000010110101101010110100111010000110011111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E82D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,130,214); }

 H1.HeaderClassName
 {
   color: #1E82D6;
 }
 .AnyTagClassName
 {
   color: #1E82D6;
 }
</style>
background-color css

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

 a { background-color: rgb(30,130,214); }

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

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

 span { border-color: rgb(30,130,214); }

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