Html Css Color HEX #1A4799 Egyptian Blue

📋 copy color: '#1A4799'

red 26 ◦ green 71 ◦ blue 153

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

Shades of Egyptian Blue #1A4799

Tints of Egyptian Blue #1A4799

RGB

 RED value IS 26 (10.55% from 255) = 10.4%

 GREEN value IS 71 (28.13% from 255) = 28.4%

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 10.4%
G = 28.4%
B = 61.2%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1A4799 (or 0x1A4799) is known color: Egyptian Blue. HEX triplet: 1A, 47 and 99. RGB value is (26,71,153). Sum of RGB (Red+Green+Blue) = 26+71+153=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A4799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4799 is #E5B866. Grayscale: #424242. Windows color (decimal): -15054951 or 10045210. OLE color: 10045210.

HSL color Cylindrical-coordinate representation of color #1A4799: hue angle of 218.74º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A4799 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 26 71 153 -
CMYK 0.83 0.54 0 0.4
HSL 218.74º 0.71% 0.35% -
HSV(B) 218.74º 0.83% 0.6% -
XYZ 8.43 7.03 31.05 -
YUV 66.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 26 71 153 0.83 0.54 0 0.4 218.74 0.71 0.35
Hex 1A 47 99 53 36 0 28 DB 47 23
Octal 32 107 231 123 66 0 50 333 107 43
Binary 11010 1000111 10011001 1010011 110110 0 101000 11011011 1000111 100011

Color Harmonies of #1A4799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4799

Black with #1A4799

Text Example


Text Example

White with #1A4799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,71,153); }

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

background-color css

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

 a { background-color: rgb(26,71,153); }

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

border-color css

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

 span { border-color: rgb(26,71,153); }

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