Html Css Color HEX #1A3E8D Egyptian Blue

📋 copy color: '#1A3E8D'

red 26 ◦ green 62 ◦ blue 141

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

Shades of Egyptian Blue #1A3E8D

Tints of Egyptian Blue #1A3E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.07%

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

R = 11.35%
G = 27.07%
B = 61.57%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A3E8D (or 0x1A3E8D) is known color: Egyptian Blue. HEX triplet: 1A, 3E and 8D. RGB value is (26,62,141). Sum of RGB (Red+Green+Blue) = 26+62+141=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A3E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3E8D is #E5C172. Grayscale: #3B3B3B. Windows color (decimal): -15057267 or 9256474. OLE color: 9256474.

HSL color Cylindrical-coordinate representation of color #1A3E8D: hue angle of 221.22º 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 #1A3E8D is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 62 141 -
CMYK 0.82 0.56 0 0.45
HSL 221.22º 0.69% 0.33% -
HSV(B) 221.22º 0.82% 0.55% -
XYZ 6.96 5.59 25.91 -
YUV 60.24 173.57 103.58 -
System Red Green Blue C M Y K H S L
Decimal 26 62 141 0.82 0.56 0 0.45 221.22 0.69 0.33
Hex 1A 3E 8D 52 38 0 2D DD 45 21
Octal 32 76 215 122 70 0 55 335 105 41
Binary 11010 111110 10001101 1010010 111000 0 101101 11011101 1000101 100001

Color Harmonies of #1A3E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3E8D

Black with #1A3E8D

Text Example


Text Example

White with #1A3E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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