Html Css Color HEX #1A3AAD Egyptian Blue

📋 copy color: '#1A3AAD'

red 26 ◦ green 58 ◦ blue 173

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

Shades of Egyptian Blue #1A3AAD

Tints of Egyptian Blue #1A3AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.57%

 BLUE value IS 173 (67.97% from 255) = 67.32%

R = 10.12%
G = 22.57%
B = 67.32%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A3AAD (or 0x1A3AAD) is known color: Egyptian Blue. HEX triplet: 1A, 3A and AD. RGB value is (26,58,173). Sum of RGB (Red+Green+Blue) = 26+58+173=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A3AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3AAD is #E5C552. Grayscale: #3D3D3D. Windows color (decimal): -15058259 or 11352602. OLE color: 11352602.

HSL color Cylindrical-coordinate representation of color #1A3AAD: hue angle of 226.94º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A3AAD is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 58 173 -
CMYK 0.85 0.66 0 0.32
HSL 226.94º 0.74% 0.39% -
HSV(B) 226.94º 0.85% 0.68% -
XYZ 9.48 6.26 40.24 -
YUV 61.54 190.9 102.65 -
System Red Green Blue C M Y K H S L
Decimal 26 58 173 0.85 0.66 0 0.32 226.94 0.74 0.39
Hex 1A 3A AD 55 42 0 20 E3 4A 27
Octal 32 72 255 125 102 0 40 343 112 47
Binary 11010 111010 10101101 1010101 1000010 0 100000 11100011 1001010 100111

Color Harmonies of #1A3AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3AAD

Black with #1A3AAD

Text Example


Text Example

White with #1A3AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,58,173); }

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

background-color css

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

 a { background-color: rgb(26,58,173); }

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

border-color css

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

 span { border-color: rgb(26,58,173); }

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