Html Css Color HEX #1A3799 Egyptian Blue

📋 copy color: '#1A3799'

red 26 ◦ green 55 ◦ blue 153

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

Shades of Egyptian Blue #1A3799

Tints of Egyptian Blue #1A3799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

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

R = 11.11%
G = 23.5%
B = 65.38%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1A3799 (or 0x1A3799) is known color: Egyptian Blue. HEX triplet: 1A, 37 and 99. RGB value is (26,55,153). Sum of RGB (Red+Green+Blue) = 26+55+153=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A3799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3799 is #E5C866. Grayscale: #393939. Windows color (decimal): -15059047 or 10041114. OLE color: 10041114.

HSL color Cylindrical-coordinate representation of color #1A3799: hue angle of 226.3º 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 #1A3799 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 26 55 153 -
CMYK 0.83 0.64 0 0.4
HSL 226.3º 0.71% 0.35% -
HSV(B) 226.3º 0.83% 0.6% -
XYZ 7.54 5.25 30.75 -
YUV 57.5 181.89 105.53 -
System Red Green Blue C M Y K H S L
Decimal 26 55 153 0.83 0.64 0 0.4 226.3 0.71 0.35
Hex 1A 37 99 53 40 0 28 E2 47 23
Octal 32 67 231 123 100 0 50 342 107 43
Binary 11010 110111 10011001 1010011 1000000 0 101000 11100010 1000111 100011

Color Harmonies of #1A3799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3799

Black with #1A3799

Text Example


Text Example

White with #1A3799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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