Html Css Color HEX #1A1DA7 Egyptian Blue

📋 copy color: '#1A1DA7'

red 26 ◦ green 29 ◦ blue 167

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

Shades of Egyptian Blue #1A1DA7

Tints of Egyptian Blue #1A1DA7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.06%

 BLUE value IS 167 (65.63% from 255) = 75.23%

R = 11.71%
G = 13.06%
B = 75.23%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1A1DA7 (or 0x1A1DA7) is known color: Egyptian Blue. HEX triplet: 1A, 1D and A7. RGB value is (26,29,167). Sum of RGB (Red+Green+Blue) = 26+29+167=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 167 (65.62% from 255 or 75.23% from 222); Max value from RGB is 167 - color contains mainly: blue. Hex color #1A1DA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1DA7 is #E5E258. Grayscale: #2B2B2B. Windows color (decimal): -15065689 or 10951962. OLE color: 10951962.

HSL color Cylindrical-coordinate representation of color #1A1DA7: hue angle of 238.72º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A1DA7 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 29 167 -
CMYK 0.84 0.83 0 0.35
HSL 238.72º 0.73% 0.38% -
HSV(B) 238.72º 0.84% 0.65% -
XYZ 7.84 3.89 36.9 -
YUV 43.84 197.51 115.28 -
System Red Green Blue C M Y K H S L
Decimal 26 29 167 0.84 0.83 0 0.35 238.72 0.73 0.38
Hex 1A 1D A7 54 53 0 23 EF 49 26
Octal 32 35 247 124 123 0 43 357 111 46
Binary 11010 11101 10100111 1010100 1010011 0 100011 11101111 1001001 100110

Color Harmonies of #1A1DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1DA7

Black with #1A1DA7

Text Example


Text Example

White with #1A1DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,29,167); }

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

background-color css

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

 a { background-color: rgb(26,29,167); }

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

border-color css

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

 span { border-color: rgb(26,29,167); }

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