Html Css Color HEX #1A269D Egyptian Blue

📋 copy color: '#1A269D'

red 26 ◦ green 38 ◦ blue 157

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

Shades of Egyptian Blue #1A269D

Tints of Egyptian Blue #1A269D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.19%

 BLUE value IS 157 (61.72% from 255) = 71.04%

R = 11.76%
G = 17.19%
B = 71.04%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A269D (or 0x1A269D) is known color: Egyptian Blue. HEX triplet: 1A, 26 and 9D. RGB value is (26,38,157). Sum of RGB (Red+Green+Blue) = 26+38+157=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 157 (61.72% from 255 or 71.04% from 221); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A269D is #E5D962. Grayscale: #2F2F2F. Windows color (decimal): -15063395 or 10298906. OLE color: 10298906.

HSL color Cylindrical-coordinate representation of color #1A269D: hue angle of 234.5º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A269D is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 38 157 -
CMYK 0.83 0.76 0 0.38
HSL 234.5º 0.72% 0.36% -
HSV(B) 234.5º 0.83% 0.62% -
XYZ 7.2 4.04 32.3 -
YUV 47.98 189.52 112.32 -
System Red Green Blue C M Y K H S L
Decimal 26 38 157 0.83 0.76 0 0.38 234.5 0.72 0.36
Hex 1A 26 9D 53 4C 0 26 EB 48 24
Octal 32 46 235 123 114 0 46 353 110 44
Binary 11010 100110 10011101 1010011 1001100 0 100110 11101011 1001000 100100

Color Harmonies of #1A269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A269D

Black with #1A269D

Text Example


Text Example

White with #1A269D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,38,157); }

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

background-color css

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

 a { background-color: rgb(26,38,157); }

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

border-color css

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

 span { border-color: rgb(26,38,157); }

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