Html Css Color HEX #1A26AC Egyptian Blue

📋 copy color: '#1A26AC'

red 26 ◦ green 38 ◦ blue 172

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

Shades of Egyptian Blue #1A26AC

Tints of Egyptian Blue #1A26AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

 BLUE value IS 172 (67.58% from 255) = 72.88%

R = 11.02%
G = 16.1%
B = 72.88%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A26AC (or 0x1A26AC) is known color: Egyptian Blue. HEX triplet: 1A, 26 and AC. RGB value is (26,38,172). Sum of RGB (Red+Green+Blue) = 26+38+172=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A26AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A26AC is #E5D953. Grayscale: #313131. Windows color (decimal): -15063380 or 11281946. OLE color: 11281946.

HSL color Cylindrical-coordinate representation of color #1A26AC: hue angle of 235.07º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A26AC is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 38 172 -
CMYK 0.85 0.78 0 0.33
HSL 235.07º 0.74% 0.39% -
HSV(B) 235.07º 0.85% 0.67% -
XYZ 8.57 4.58 39.46 -
YUV 49.69 197.02 111.1 -
System Red Green Blue C M Y K H S L
Decimal 26 38 172 0.85 0.78 0 0.33 235.07 0.74 0.39
Hex 1A 26 AC 55 4E 0 21 EB 4A 27
Octal 32 46 254 125 116 0 41 353 112 47
Binary 11010 100110 10101100 1010101 1001110 0 100001 11101011 1001010 100111

Color Harmonies of #1A26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A26AC

Black with #1A26AC

Text Example


Text Example

White with #1A26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,38,172); }

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

background-color css

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

 a { background-color: rgb(26,38,172); }

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

border-color css

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

 span { border-color: rgb(26,38,172); }

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