Html Css Color HEX #1A22AD Egyptian Blue

📋 copy color: '#1A22AD'

red 26 ◦ green 34 ◦ blue 173

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

Shades of Egyptian Blue #1A22AD

Tints of Egyptian Blue #1A22AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

 BLUE value IS 173 (67.97% from 255) = 74.25%

R = 11.16%
G = 14.59%
B = 74.25%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A22AD (or 0x1A22AD) is known color: Egyptian Blue. HEX triplet: 1A, 22 and AD. RGB value is (26,34,173). Sum of RGB (Red+Green+Blue) = 26+34+173=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 173 (67.97% from 255 or 74.25% from 233); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A22AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A22AD is #E5DD52. Grayscale: #2E2E2E. Windows color (decimal): -15064403 or 11346458. OLE color: 11346458.

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

Color convert

RGB 26 34 173 -
CMYK 0.85 0.80 0 0.32
HSL 236.73º 0.74% 0.39% -
HSV(B) 236.73º 0.85% 0.68% -
XYZ 8.54 4.38 39.93 -
YUV 47.45 198.85 112.7 -
System Red Green Blue C M Y K H S L
Decimal 26 34 173 0.85 0.80 0 0.32 236.73 0.74 0.39
Hex 1A 22 AD 55 50 0 20 ED 4A 27
Octal 32 42 255 125 120 0 40 355 112 47
Binary 11010 100010 10101101 1010101 1010000 0 100000 11101101 1001010 100111

Color Harmonies of #1A22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A22AD

Black with #1A22AD

Text Example


Text Example

White with #1A22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,34,173); }

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

background-color css

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

 a { background-color: rgb(26,34,173); }

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

border-color css

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

 span { border-color: rgb(26,34,173); }

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