Html Css Color HEX #1A27AA Egyptian Blue

📋 copy color: '#1A27AA'

red 26 ◦ green 39 ◦ blue 170

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

Shades of Egyptian Blue #1A27AA

Tints of Egyptian Blue #1A27AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.6%

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

R = 11.06%
G = 16.6%
B = 72.34%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A27AA (or 0x1A27AA) is known color: Egyptian Blue. HEX triplet: 1A, 27 and AA. RGB value is (26,39,170). Sum of RGB (Red+Green+Blue) = 26+39+170=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A27AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A27AA is #E5D855. Grayscale: #313131. Windows color (decimal): -15063126 or 11151130. OLE color: 11151130.

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

Color convert

RGB 26 39 170 -
CMYK 0.85 0.77 0 0.33
HSL 234.58º 0.73% 0.38% -
HSV(B) 234.58º 0.85% 0.67% -
XYZ 8.41 4.57 38.47 -
YUV 50.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 26 39 170 0.85 0.77 0 0.33 234.58 0.73 0.38
Hex 1A 27 AA 55 4D 0 21 EB 49 26
Octal 32 47 252 125 115 0 41 353 111 46
Binary 11010 100111 10101010 1010101 1001101 0 100001 11101011 1001001 100110

Color Harmonies of #1A27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A27AA

Black with #1A27AA

Text Example


Text Example

White with #1A27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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