Html Css Color HEX #1A358D Egyptian Blue

📋 copy color: '#1A358D'

red 26 ◦ green 53 ◦ blue 141

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

Shades of Egyptian Blue #1A358D

Tints of Egyptian Blue #1A358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

 BLUE value IS 141 (55.47% from 255) = 64.09%

R = 11.82%
G = 24.09%
B = 64.09%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A358D (or 0x1A358D) is known color: Egyptian Blue. HEX triplet: 1A, 35 and 8D. RGB value is (26,53,141). Sum of RGB (Red+Green+Blue) = 26+53+141=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A358D is #E5CA72. Grayscale: #363636. Windows color (decimal): -15059571 or 9254170. OLE color: 9254170.

HSL color Cylindrical-coordinate representation of color #1A358D: hue angle of 225.91º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A358D is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 53 141 -
CMYK 0.82 0.62 0 0.45
HSL 225.91º 0.69% 0.33% -
HSV(B) 225.91º 0.82% 0.55% -
XYZ 6.51 4.69 25.76 -
YUV 54.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 26 53 141 0.82 0.62 0 0.45 225.91 0.69 0.33
Hex 1A 35 8D 52 3E 0 2D E2 45 21
Octal 32 65 215 122 76 0 55 342 105 41
Binary 11010 110101 10001101 1010010 111110 0 101101 11100010 1000101 100001

Color Harmonies of #1A358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A358D

Black with #1A358D

Text Example


Text Example

White with #1A358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,53,141); }

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

background-color css

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

 a { background-color: rgb(26,53,141); }

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

border-color css

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

 span { border-color: rgb(26,53,141); }

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