Html Css Color HEX #1E2F9E Egyptian Blue

📋 copy color: '#1E2F9E'

red 30 ◦ green 47 ◦ blue 158

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

Shades of Egyptian Blue #1E2F9E

Tints of Egyptian Blue #1E2F9E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20%

 BLUE value IS 158 (62.11% from 255) = 67.23%

R = 12.77%
G = 20%
B = 67.23%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E2F9E (or 0x1E2F9E) is known color: Egyptian Blue. HEX triplet: 1E, 2F and 9E. RGB value is (30,47,158). Sum of RGB (Red+Green+Blue) = 30+47+158=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E2F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2F9E is #E1D061. Grayscale: #363636. Windows color (decimal): -14798946 or 10366750. OLE color: 10366750.

HSL color Cylindrical-coordinate representation of color #1E2F9E: hue angle of 232.03º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E2F9E is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 30 47 158 -
CMYK 0.81 0.70 0 0.38
HSL 232.03º 0.68% 0.37% -
HSV(B) 232.03º 0.81% 0.62% -
XYZ 7.72 4.78 32.86 -
YUV 54.57 186.37 110.47 -
System Red Green Blue C M Y K H S L
Decimal 30 47 158 0.81 0.70 0 0.38 232.03 0.68 0.37
Hex 1E 2F 9E 51 46 0 26 E8 44 25
Octal 36 57 236 121 106 0 46 350 104 45
Binary 11110 101111 10011110 1010001 1000110 0 100110 11101000 1000100 100101

Color Harmonies of #1E2F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2F9E

Black with #1E2F9E

Text Example


Text Example

White with #1E2F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,47,158); }

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

background-color css

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

 a { background-color: rgb(30,47,158); }

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

border-color css

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

 span { border-color: rgb(30,47,158); }

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