Html Css Color HEX #1A2BAA Egyptian Blue

📋 copy color: '#1A2BAA'

red 26 ◦ green 43 ◦ blue 170

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

Shades of Egyptian Blue #1A2BAA

Tints of Egyptian Blue #1A2BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.99%

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

R = 10.88%
G = 17.99%
B = 71.13%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A2BAA (or 0x1A2BAA) is known color: Egyptian Blue. HEX triplet: 1A, 2B and AA. RGB value is (26,43,170). Sum of RGB (Red+Green+Blue) = 26+43+170=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A2BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2BAA is #E5D455. Grayscale: #333333. Windows color (decimal): -15062102 or 11152154. OLE color: 11152154.

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

Color convert

RGB 26 43 170 -
CMYK 0.85 0.75 0 0.33
HSL 232.92º 0.73% 0.38% -
HSV(B) 232.92º 0.85% 0.67% -
XYZ 8.55 4.85 38.52 -
YUV 52.4 194.37 109.17 -
System Red Green Blue C M Y K H S L
Decimal 26 43 170 0.85 0.75 0 0.33 232.92 0.73 0.38
Hex 1A 2B AA 55 4B 0 21 E9 49 26
Octal 32 53 252 125 113 0 41 351 111 46
Binary 11010 101011 10101010 1010101 1001011 0 100001 11101001 1001001 100110

Color Harmonies of #1A2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2BAA

Black with #1A2BAA

Text Example


Text Example

White with #1A2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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