Html Css Color HEX #1A1CAA Egyptian Blue

📋 copy color: '#1A1CAA'

red 26 ◦ green 28 ◦ blue 170

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

Shades of Egyptian Blue #1A1CAA

Tints of Egyptian Blue #1A1CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.5%

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

R = 11.61%
G = 12.5%
B = 75.89%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A1CAA (or 0x1A1CAA) is known color: Egyptian Blue. HEX triplet: 1A, 1C and AA. RGB value is (26,28,170). Sum of RGB (Red+Green+Blue) = 26+28+170=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A1CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1CAA is #E5E355. Grayscale: #2B2B2B. Windows color (decimal): -15065942 or 11148314. OLE color: 11148314.

HSL color Cylindrical-coordinate representation of color #1A1CAA: hue angle of 239.17º 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 #1A1CAA is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 28 170 -
CMYK 0.85 0.84 0 0.33
HSL 239.17º 0.73% 0.38% -
HSV(B) 239.17º 0.85% 0.67% -
XYZ 8.1 3.95 38.37 -
YUV 43.59 199.34 115.45 -
System Red Green Blue C M Y K H S L
Decimal 26 28 170 0.85 0.84 0 0.33 239.17 0.73 0.38
Hex 1A 1C AA 55 54 0 21 EF 49 26
Octal 32 34 252 125 124 0 41 357 111 46
Binary 11010 11100 10101010 1010101 1010100 0 100001 11101111 1001001 100110

Color Harmonies of #1A1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1CAA

Black with #1A1CAA

Text Example


Text Example

White with #1A1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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