Html Css Color HEX #1E77DD Navy Blue

📋 copy color: '#1E77DD'

red 30 ◦ green 119 ◦ blue 221

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

Shades of Navy Blue #1E77DD

Tints of Navy Blue #1E77DD

RGB

 RED value IS 30 (12.11% from 255) = 8.11%

 GREEN value IS 119 (46.88% from 255) = 32.16%

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 8.11%
G = 32.16%
B = 59.73%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E77DD (or 0x1E77DD) is known color: Navy Blue. HEX triplet: 1E, 77 and DD. RGB value is (30,119,221). Sum of RGB (Red+Green+Blue) = 30+119+221=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E77DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E77DD is #E18822. Grayscale: #676767. Windows color (decimal): -14780451 or 14513950. OLE color: 14513950.

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

Color convert

RGB 30 119 221 -
CMYK 0.86 0.46 0 0.13
HSL 212.04º 0.76% 0.49% -
HSV(B) 212.04º 0.86% 0.87% -
XYZ 20.18 18.69 70.95 -
YUV 104.02 194.01 75.21 -
System Red Green Blue C M Y K H S L
Decimal 30 119 221 0.86 0.46 0 0.13 212.04 0.76 0.49
Hex 1E 77 DD 56 2E 0 D D4 4C 31
Octal 36 167 335 126 56 0 15 324 114 61
Binary 11110 1110111 11011101 1010110 101110 0 1101 11010100 1001100 110001

Color Harmonies of #1E77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E77DD

Black with #1E77DD

Text Example


Text Example

White with #1E77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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