Html Css Color HEX #1A3694 Egyptian Blue

📋 copy color: '#1A3694'

red 26 ◦ green 54 ◦ blue 148

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

Shades of Egyptian Blue #1A3694

Tints of Egyptian Blue #1A3694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

 BLUE value IS 148 (58.2% from 255) = 64.91%

R = 11.4%
G = 23.68%
B = 64.91%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1A3694 (or 0x1A3694) is known color: Egyptian Blue. HEX triplet: 1A, 36 and 94. RGB value is (26,54,148). Sum of RGB (Red+Green+Blue) = 26+54+148=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A3694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3694 is #E5C96B. Grayscale: #373737. Windows color (decimal): -15059308 or 9713178. OLE color: 9713178.

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

Color convert

RGB 26 54 148 -
CMYK 0.82 0.64 0 0.42
HSL 226.23º 0.7% 0.34% -
HSV(B) 226.23º 0.82% 0.58% -
XYZ 7.09 5 28.61 -
YUV 56.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 26 54 148 0.82 0.64 0 0.42 226.23 0.7 0.34
Hex 1A 36 94 52 40 0 2A E2 46 22
Octal 32 66 224 122 100 0 52 342 106 42
Binary 11010 110110 10010100 1010010 1000000 0 101010 11100010 1000110 100010

Color Harmonies of #1A3694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3694

Black with #1A3694

Text Example


Text Example

White with #1A3694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,54,148); }

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

background-color css

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

 a { background-color: rgb(26,54,148); }

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

border-color css

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

 span { border-color: rgb(26,54,148); }

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