Html Css Color HEX #1A4192 Egyptian Blue

📋 copy color: '#1A4192'

red 26 ◦ green 65 ◦ blue 146

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

Shades of Egyptian Blue #1A4192

Tints of Egyptian Blue #1A4192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.43%

 BLUE value IS 146 (57.42% from 255) = 61.6%

R = 10.97%
G = 27.43%
B = 61.6%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1A4192 (or 0x1A4192) is known color: Egyptian Blue. HEX triplet: 1A, 41 and 92. RGB value is (26,65,146). Sum of RGB (Red+Green+Blue) = 26+65+146=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A4192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4192 is #E5BE6D. Grayscale: #3E3E3E. Windows color (decimal): -15056494 or 9584922. OLE color: 9584922.

HSL color Cylindrical-coordinate representation of color #1A4192: hue angle of 220.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A4192 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 26 65 146 -
CMYK 0.82 0.55 0 0.43
HSL 220.5º 0.7% 0.34% -
HSV(B) 220.5º 0.82% 0.57% -
XYZ 7.5 6.08 27.97 -
YUV 62.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 26 65 146 0.82 0.55 0 0.43 220.5 0.7 0.34
Hex 1A 41 92 52 37 0 2B DC 46 22
Octal 32 101 222 122 67 0 53 334 106 42
Binary 11010 1000001 10010010 1010010 110111 0 101011 11011100 1000110 100010

Color Harmonies of #1A4192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4192

Black with #1A4192

Text Example


Text Example

White with #1A4192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,65,146); }

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

background-color css

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

 a { background-color: rgb(26,65,146); }

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

border-color css

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

 span { border-color: rgb(26,65,146); }

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