#1E74DD

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

Shades of Navy Blue #1E74DD

Tints of Navy Blue #1E74DD

Color information

#1E74DD (or 0x1E74DD) is unknown color: approx Navy Blue. HEX triplet: 1E, 74 and DD. RGB value is (30,116,221). Sum of RGB (Red+Green+Blue) = 30+116+221=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E74DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E74DD is #E18B22. Grayscale: #656565. Windows color (decimal): -14781219 or 14513182. OLE color: 14513182.

HSL color Cylindrical-coordinate representation of color #1E74DD: hue angle of 212.98º 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 #1E74DD is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB30116221-
CMYK0.860.4800.13
HSL212.98º76.1%49.22%-
HSV(B)212.98º86.43%86.67%-
XYZ19.8317.9970.83-
YUV102.26195.0176.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.17%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 221 (86.72% from 255) = 60.22%
R=8.17%
G=31.61%
B=60.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301162210.860.4800.13212.9876.149.22
Hex1E74DD56300Dd54c31
Octal361643351266001532511461
Binary11110111010011011101101011011000001101110101011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E74DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,116,221); }

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

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

 a { background-color: rgb(30,116,221); }

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

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

 span { border-color: rgb(30,116,221); }

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