Html Css Color HEX #1A21A4 Egyptian Blue

📋 copy color: '#1A21A4'

red 26 ◦ green 33 ◦ blue 164

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

Shades of Egyptian Blue #1A21A4

Tints of Egyptian Blue #1A21A4

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.8%

 BLUE value IS 164 (64.45% from 255) = 73.54%

R = 11.66%
G = 14.8%
B = 73.54%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1A21A4 (or 0x1A21A4) is known color: Egyptian Blue. HEX triplet: 1A, 21 and A4. RGB value is (26,33,164). Sum of RGB (Red+Green+Blue) = 26+33+164=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 164 (64.45% from 255 or 73.54% from 223); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A21A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A21A4 is #E5DE5B. Grayscale: #2D2D2D. Windows color (decimal): -15064668 or 10756378. OLE color: 10756378.

HSL color Cylindrical-coordinate representation of color #1A21A4: hue angle of 236.96º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A21A4 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 26 33 164 -
CMYK 0.84 0.80 0 0.36
HSL 236.96º 0.73% 0.37% -
HSV(B) 236.96º 0.84% 0.64% -
XYZ 7.67 3.99 35.49 -
YUV 45.84 194.68 113.85 -
System Red Green Blue C M Y K H S L
Decimal 26 33 164 0.84 0.80 0 0.36 236.96 0.73 0.37
Hex 1A 21 A4 54 50 0 24 ED 49 25
Octal 32 41 244 124 120 0 44 355 111 45
Binary 11010 100001 10100100 1010100 1010000 0 100100 11101101 1001001 100101

Color Harmonies of #1A21A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A21A4

Black with #1A21A4

Text Example


Text Example

White with #1A21A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,33,164); }

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

background-color css

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

 a { background-color: rgb(26,33,164); }

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

border-color css

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

 span { border-color: rgb(26,33,164); }

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