Html Css Color HEX #1A369A Egyptian Blue

📋 copy color: '#1A369A'

red 26 ◦ green 54 ◦ blue 154

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

Shades of Egyptian Blue #1A369A

Tints of Egyptian Blue #1A369A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 65.81%

R = 11.11%
G = 23.08%
B = 65.81%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1A369A (or 0x1A369A) is known color: Egyptian Blue. HEX triplet: 1A, 36 and 9A. RGB value is (26,54,154). Sum of RGB (Red+Green+Blue) = 26+54+154=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A369A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A369A is #E5C965. Grayscale: #383838. Windows color (decimal): -15059302 or 10106394. OLE color: 10106394.

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

Color convert

RGB 26 54 154 -
CMYK 0.83 0.65 0 0.40
HSL 226.88º 0.71% 0.35% -
HSV(B) 226.88º 0.83% 0.6% -
XYZ 7.58 5.19 31.17 -
YUV 57.03 182.72 105.87 -
System Red Green Blue C M Y K H S L
Decimal 26 54 154 0.83 0.65 0 0.40 226.88 0.71 0.35
Hex 1A 36 9A 53 41 0 28 E3 47 23
Octal 32 66 232 123 101 0 50 343 107 43
Binary 11010 110110 10011010 1010011 1000001 0 101000 11100011 1000111 100011

Color Harmonies of #1A369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A369A

Black with #1A369A

Text Example


Text Example

White with #1A369A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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