Html Css Color HEX #1A349C Egyptian Blue

📋 copy color: '#1A349C'

red 26 ◦ green 52 ◦ blue 156

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

Shades of Egyptian Blue #1A349C

Tints of Egyptian Blue #1A349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

 BLUE value IS 156 (61.33% from 255) = 66.67%

R = 11.11%
G = 22.22%
B = 66.67%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1A349C (or 0x1A349C) is known color: Egyptian Blue. HEX triplet: 1A, 34 and 9C. RGB value is (26,52,156). Sum of RGB (Red+Green+Blue) = 26+52+156=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A349C is #E5CB63. Grayscale: #373737. Windows color (decimal): -15059812 or 10236954. OLE color: 10236954.

HSL color Cylindrical-coordinate representation of color #1A349C: hue angle of 228º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A349C is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 26 52 156 -
CMYK 0.83 0.67 0 0.39
HSL 228º 0.71% 0.36% -
HSV(B) 228º 0.83% 0.61% -
XYZ 7.65 5.08 32.03 -
YUV 56.08 184.39 106.54 -
System Red Green Blue C M Y K H S L
Decimal 26 52 156 0.83 0.67 0 0.39 228 0.71 0.36
Hex 1A 34 9C 53 43 0 27 E4 47 24
Octal 32 64 234 123 103 0 47 344 107 44
Binary 11010 110100 10011100 1010011 1000011 0 100111 11100100 1000111 100100

Color Harmonies of #1A349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A349C

Black with #1A349C

Text Example


Text Example

White with #1A349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,52,156); }

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

background-color css

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

 a { background-color: rgb(26,52,156); }

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

border-color css

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

 span { border-color: rgb(26,52,156); }

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