Html Css Color HEX #1E7CDA Navy Blue

📋 copy color: '#1E7CDA'

red 30 ◦ green 124 ◦ blue 218

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

Shades of Navy Blue #1E7CDA

Tints of Navy Blue #1E7CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.33%

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

R = 8.06%
G = 33.33%
B = 58.6%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E7CDA (or 0x1E7CDA) is known color: Navy Blue. HEX triplet: 1E, 7C and DA. RGB value is (30,124,218). Sum of RGB (Red+Green+Blue) = 30+124+218=372 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.06% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E7CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7CDA is #E18325. Grayscale: #6A6A6A. Windows color (decimal): -14779174 or 14318622. OLE color: 14318622.

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

Color convert

RGB 30 124 218 -
CMYK 0.86 0.43 0 0.15
HSL 210º 0.76% 0.49% -
HSV(B) 210º 0.86% 0.85% -
XYZ 20.4 19.75 69.07 -
YUV 106.61 190.86 73.36 -
System Red Green Blue C M Y K H S L
Decimal 30 124 218 0.86 0.43 0 0.15 210 0.76 0.49
Hex 1E 7C DA 56 2B 0 F D2 4C 31
Octal 36 174 332 126 53 0 17 322 114 61
Binary 11110 1111100 11011010 1010110 101011 0 1111 11010010 1001100 110001

Color Harmonies of #1E7CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7CDA

Black with #1E7CDA

Text Example


Text Example

White with #1E7CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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