Html Css Color HEX #1A32AA Egyptian Blue

📋 copy color: '#1A32AA'

red 26 ◦ green 50 ◦ blue 170

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

Shades of Egyptian Blue #1A32AA

Tints of Egyptian Blue #1A32AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

 BLUE value IS 170 (66.8% from 255) = 69.11%

R = 10.57%
G = 20.33%
B = 69.11%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A32AA (or 0x1A32AA) is known color: Egyptian Blue. HEX triplet: 1A, 32 and AA. RGB value is (26,50,170). Sum of RGB (Red+Green+Blue) = 26+50+170=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A32AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A32AA is #E5CD55. Grayscale: #383838. Windows color (decimal): -15060310 or 11153946. OLE color: 11153946.

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

Color convert

RGB 26 50 170 -
CMYK 0.85 0.71 0 0.33
HSL 230º 0.73% 0.38% -
HSV(B) 230º 0.85% 0.67% -
XYZ 8.82 5.4 38.61 -
YUV 56.5 192.05 106.24 -
System Red Green Blue C M Y K H S L
Decimal 26 50 170 0.85 0.71 0 0.33 230 0.73 0.38
Hex 1A 32 AA 55 47 0 21 E6 49 26
Octal 32 62 252 125 107 0 41 346 111 46
Binary 11010 110010 10101010 1010101 1000111 0 100001 11100110 1001001 100110

Color Harmonies of #1A32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A32AA

Black with #1A32AA

Text Example


Text Example

White with #1A32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,50,170); }

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

background-color css

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

 a { background-color: rgb(26,50,170); }

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

border-color css

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

 span { border-color: rgb(26,50,170); }

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