Html Css Color HEX #1A209F Egyptian Blue

📋 copy color: '#1A209F'

red 26 ◦ green 32 ◦ blue 159

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

Shades of Egyptian Blue #1A209F

Tints of Egyptian Blue #1A209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

 BLUE value IS 159 (62.5% from 255) = 73.27%

R = 11.98%
G = 14.75%
B = 73.27%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A209F (or 0x1A209F) is known color: Egyptian Blue. HEX triplet: 1A, 20 and 9F. RGB value is (26,32,159). Sum of RGB (Red+Green+Blue) = 26+32+159=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A209F is #E5DF60. Grayscale: #2C2C2C. Windows color (decimal): -15064929 or 10428442. OLE color: 10428442.

HSL color Cylindrical-coordinate representation of color #1A209F: hue angle of 237.29º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A209F is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 32 159 -
CMYK 0.84 0.80 0 0.38
HSL 237.29º 0.72% 0.36% -
HSV(B) 237.29º 0.84% 0.62% -
XYZ 7.2 3.76 33.15 -
YUV 44.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 26 32 159 0.84 0.80 0 0.38 237.29 0.72 0.36
Hex 1A 20 9F 54 50 0 26 ED 48 24
Octal 32 40 237 124 120 0 46 355 110 44
Binary 11010 100000 10011111 1010100 1010000 0 100110 11101101 1001000 100100

Color Harmonies of #1A209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A209F

Black with #1A209F

Text Example


Text Example

White with #1A209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,32,159); }

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

background-color css

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

 a { background-color: rgb(26,32,159); }

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

border-color css

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

 span { border-color: rgb(26,32,159); }

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