Html Css Color HEX #1A42AA Egyptian Blue

📋 copy color: '#1A42AA'

red 26 ◦ green 66 ◦ blue 170

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

Shades of Egyptian Blue #1A42AA

Tints of Egyptian Blue #1A42AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

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

R = 9.92%
G = 25.19%
B = 64.89%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A42AA (or 0x1A42AA) is known color: Egyptian Blue. HEX triplet: 1A, 42 and AA. RGB value is (26,66,170). Sum of RGB (Red+Green+Blue) = 26+66+170=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A42AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A42AA is #E5BD55. Grayscale: #414141. Windows color (decimal): -15056214 or 11158042. OLE color: 11158042.

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

Color convert

RGB 26 66 170 -
CMYK 0.85 0.61 0 0.33
HSL 223.33º 0.73% 0.38% -
HSV(B) 223.33º 0.85% 0.67% -
XYZ 9.63 7.02 38.88 -
YUV 65.9 186.75 99.54 -
System Red Green Blue C M Y K H S L
Decimal 26 66 170 0.85 0.61 0 0.33 223.33 0.73 0.38
Hex 1A 42 AA 55 3D 0 21 DF 49 26
Octal 32 102 252 125 75 0 41 337 111 46
Binary 11010 1000010 10101010 1010101 111101 0 100001 11011111 1001001 100110

Color Harmonies of #1A42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A42AA

Black with #1A42AA

Text Example


Text Example

White with #1A42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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