Html Css Color HEX #1325A9 Egyptian Blue

📋 copy color: '#1325A9'

red 19 ◦ green 37 ◦ blue 169

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

Shades of Egyptian Blue #1325A9

Tints of Egyptian Blue #1325A9

RGB

 RED value IS 19 (7.81% from 255) = 8.44%

 GREEN value IS 37 (14.84% from 255) = 16.44%

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

R = 8.44%
G = 16.44%
B = 75.11%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1325A9 (or 0x1325A9) is known color: Egyptian Blue. HEX triplet: 13, 25 and A9. RGB value is (19,37,169). Sum of RGB (Red+Green+Blue) = 19+37+169=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 169 (66.41% from 255 or 75.11% from 225); Max value from RGB is 169 - color contains mainly: blue. Hex color #1325A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1325A9 is #ECDA56. Grayscale: #2E2E2E. Windows color (decimal): -15522391 or 11085075. OLE color: 11085075.

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

Color convert

RGB 19 37 169 -
CMYK 0.89 0.78 0 0.34
HSL 232.8º 0.8% 0.37% -
HSV(B) 232.8º 0.89% 0.66% -
XYZ 8.09 4.33 37.94 -
YUV 46.67 197.04 108.27 -
System Red Green Blue C M Y K H S L
Decimal 19 37 169 0.89 0.78 0 0.34 232.8 0.8 0.37
Hex 13 25 A9 59 4E 0 22 E9 50 25
Octal 23 45 251 131 116 0 42 351 120 45
Binary 10011 100101 10101001 1011001 1001110 0 100010 11101001 1010000 100101

Color Harmonies of #1325A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1325A9

Black with #1325A9

Text Example


Text Example

White with #1325A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,37,169); }

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

background-color css

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

 a { background-color: rgb(19,37,169); }

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

border-color css

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

 span { border-color: rgb(19,37,169); }

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