Html Css Color HEX #1E259B Egyptian Blue

📋 copy color: '#1E259B'

red 30 ◦ green 37 ◦ blue 155

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

Shades of Egyptian Blue #1E259B

Tints of Egyptian Blue #1E259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

 BLUE value IS 155 (60.94% from 255) = 69.82%

R = 13.51%
G = 16.67%
B = 69.82%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E259B (or 0x1E259B) is known color: Egyptian Blue. HEX triplet: 1E, 25 and 9B. RGB value is (30,37,155). Sum of RGB (Red+Green+Blue) = 30+37+155=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E259B is #E1DA64. Grayscale: #2F2F2F. Windows color (decimal): -14801509 or 10167582. OLE color: 10167582.

HSL color Cylindrical-coordinate representation of color #1E259B: hue angle of 236.64º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E259B is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 30 37 155 -
CMYK 0.81 0.76 0 0.39
HSL 236.64º 0.68% 0.36% -
HSV(B) 236.64º 0.81% 0.61% -
XYZ 7.11 3.97 31.4 -
YUV 48.36 188.18 114.91 -
System Red Green Blue C M Y K H S L
Decimal 30 37 155 0.81 0.76 0 0.39 236.64 0.68 0.36
Hex 1E 25 9B 51 4C 0 27 ED 44 24
Octal 36 45 233 121 114 0 47 355 104 44
Binary 11110 100101 10011011 1010001 1001100 0 100111 11101101 1000100 100100

Color Harmonies of #1E259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E259B

Black with #1E259B

Text Example


Text Example

White with #1E259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,37,155); }

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

background-color css

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

 a { background-color: rgb(30,37,155); }

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

border-color css

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

 span { border-color: rgb(30,37,155); }

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