Html Css Color HEX #1E77DA Navy Blue

📋 copy color: '#1E77DA'

red 30 ◦ green 119 ◦ blue 218

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

Shades of Navy Blue #1E77DA

Tints of Navy Blue #1E77DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 8.17%
G = 32.43%
B = 59.4%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E77DA (or 0x1E77DA) is known color: Navy Blue. HEX triplet: 1E, 77 and DA. RGB value is (30,119,218). Sum of RGB (Red+Green+Blue) = 30+119+218=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E77DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E77DA is #E18825. Grayscale: #676767. Windows color (decimal): -14780454 or 14317342. OLE color: 14317342.

HSL color Cylindrical-coordinate representation of color #1E77DA: hue angle of 211.6º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E77DA is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 119 218 -
CMYK 0.86 0.45 0 0.15
HSL 211.6º 0.76% 0.49% -
HSV(B) 211.6º 0.86% 0.85% -
XYZ 19.79 18.53 68.86 -
YUV 103.68 192.51 75.45 -
System Red Green Blue C M Y K H S L
Decimal 30 119 218 0.86 0.45 0 0.15 211.6 0.76 0.49
Hex 1E 77 DA 56 2D 0 F D4 4C 31
Octal 36 167 332 126 55 0 17 324 114 61
Binary 11110 1110111 11011010 1010110 101101 0 1111 11010100 1001100 110001

Color Harmonies of #1E77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E77DA

Black with #1E77DA

Text Example


Text Example

White with #1E77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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