Html Css Color HEX #1A21A3 Egyptian Blue

📋 copy color: '#1A21A3'

red 26 ◦ green 33 ◦ blue 163

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

Shades of Egyptian Blue #1A21A3

Tints of Egyptian Blue #1A21A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 73.42%

R = 11.71%
G = 14.86%
B = 73.42%

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

#1A21A3 (or 0x1A21A3) is known color: Egyptian Blue. HEX triplet: 1A, 21 and A3. RGB value is (26,33,163). Sum of RGB (Red+Green+Blue) = 26+33+163=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 163 (64.06% from 255 or 73.42% from 222); Max value from RGB is 163 - color contains mainly: blue. Hex color #1A21A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A21A3 is #E5DE5C. Grayscale: #2D2D2D. Windows color (decimal): -15064669 or 10690842. OLE color: 10690842.

HSL color Cylindrical-coordinate representation of color #1A21A3: hue angle of 236.93º degrees, saturation: 0.72, 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 #1A21A3 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 26 33 163 -
CMYK 0.84 0.80 0 0.36
HSL 236.93º 0.72% 0.37% -
HSV(B) 236.93º 0.84% 0.64% -
XYZ 7.58 3.95 35.01 -
YUV 45.73 194.18 113.93 -
System Red Green Blue C M Y K H S L
Decimal 26 33 163 0.84 0.80 0 0.36 236.93 0.72 0.37
Hex 1A 21 A3 54 50 0 24 ED 48 25
Octal 32 41 243 124 120 0 44 355 110 45
Binary 11010 100001 10100011 1010100 1010000 0 100100 11101101 1001000 100101

Color Harmonies of #1A21A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A21A3

Black with #1A21A3

Text Example


Text Example

White with #1A21A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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