#1E76DD

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

Shades of Navy Blue #1E76DD

Tints of Navy Blue #1E76DD

Color information

#1E76DD (or 0x1E76DD) is unknown color: approx Navy Blue. HEX triplet: 1E, 76 and DD. RGB value is (30,118,221). Sum of RGB (Red+Green+Blue) = 30+118+221=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E76DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E76DD is #E18922. Grayscale: #666666. Windows color (decimal): -14780707 or 14513694. OLE color: 14513694.

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

Color convert

RGB30118221-
CMYK0.860.4700.13
HSL212.36º76.1%49.22%-
HSV(B)212.36º86.43%86.67%-
XYZ20.0618.4570.91-
YUV103.43194.3575.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.13%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 221 (86.72% from 255) = 59.89%
R=8.13%
G=31.98%
B=59.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301182210.860.4700.13212.3676.149.22
Hex1E76DD562F0Dd44c31
Octal361663351265701532411461
Binary11110111011011011101101011010111101101110101001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E76DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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