Html Css Color HEX #1529A9 Egyptian Blue

📋 copy color: '#1529A9'

red 21 ◦ green 41 ◦ blue 169

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

Shades of Egyptian Blue #1529A9

Tints of Egyptian Blue #1529A9

RGB

 RED value IS 21 (8.59% from 255) = 9.09%

 GREEN value IS 41 (16.41% from 255) = 17.75%

 BLUE value IS 169 (66.41% from 255) = 73.16%

R = 9.09%
G = 17.75%
B = 73.16%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1529A9 (or 0x1529A9) is known color: Egyptian Blue. HEX triplet: 15, 29 and A9. RGB value is (21,41,169). Sum of RGB (Red+Green+Blue) = 21+41+169=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 169 (66.41% from 255 or 73.16% from 231); Max value from RGB is 169 - color contains mainly: blue. Hex color #1529A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1529A9 is #EAD656. Grayscale: #313131. Windows color (decimal): -15390295 or 11086101. OLE color: 11086101.

HSL color Cylindrical-coordinate representation of color #1529A9: hue angle of 231.89º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1529A9 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 21 41 169 -
CMYK 0.88 0.76 0 0.34
HSL 231.89º 0.78% 0.37% -
HSV(B) 231.89º 0.88% 0.66% -
XYZ 8.26 4.61 37.99 -
YUV 49.61 195.37 107.59 -
System Red Green Blue C M Y K H S L
Decimal 21 41 169 0.88 0.76 0 0.34 231.89 0.78 0.37
Hex 15 29 A9 58 4C 0 22 E8 4E 25
Octal 25 51 251 130 114 0 42 350 116 45
Binary 10101 101001 10101001 1011000 1001100 0 100010 11101000 1001110 100101

Color Harmonies of #1529A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1529A9

Black with #1529A9

Text Example


Text Example

White with #1529A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1529A9; }

 p { color: rgb(21,41,169); }

 H1.HeaderClassName
 {
   color: #1529A9;
 }
 .AnyTagClassName
 {
   color: #1529A9;
 }
</style>

background-color css

<style>
 a { background-color: #1529A9; }

 a { background-color: rgb(21,41,169); }

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

border-color css

<style>
 span { border-color: #1529A9; }

 span { border-color: rgb(21,41,169); }

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