Html Css Color HEX #1A3993 Egyptian Blue

📋 copy color: '#1A3993'

red 26 ◦ green 57 ◦ blue 147

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

Shades of Egyptian Blue #1A3993

Tints of Egyptian Blue #1A3993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.78%

 BLUE value IS 147 (57.81% from 255) = 63.91%

R = 11.3%
G = 24.78%
B = 63.91%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1A3993 (or 0x1A3993) is known color: Egyptian Blue. HEX triplet: 1A, 39 and 93. RGB value is (26,57,147). Sum of RGB (Red+Green+Blue) = 26+57+147=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A3993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3993 is #E5C66C. Grayscale: #393939. Windows color (decimal): -15058541 or 9648410. OLE color: 9648410.

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

Color convert

RGB 26 57 147 -
CMYK 0.82 0.61 0 0.42
HSL 224.63º 0.7% 0.34% -
HSV(B) 224.63º 0.82% 0.58% -
XYZ 7.16 5.25 28.24 -
YUV 57.99 178.23 105.18 -
System Red Green Blue C M Y K H S L
Decimal 26 57 147 0.82 0.61 0 0.42 224.63 0.7 0.34
Hex 1A 39 93 52 3D 0 2A E1 46 22
Octal 32 71 223 122 75 0 52 341 106 42
Binary 11010 111001 10010011 1010010 111101 0 101010 11100001 1000110 100010

Color Harmonies of #1A3993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3993

Black with #1A3993

Text Example


Text Example

White with #1A3993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,57,147); }

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

background-color css

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

 a { background-color: rgb(26,57,147); }

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

border-color css

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

 span { border-color: rgb(26,57,147); }

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