Html Css Color HEX #1325AE Egyptian Blue

📋 copy color: '#1325AE'

red 19 ◦ green 37 ◦ blue 174

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

Shades of Egyptian Blue #1325AE

Tints of Egyptian Blue #1325AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 75.65%

R = 8.26%
G = 16.09%
B = 75.65%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1325AE (or 0x1325AE) is known color: Egyptian Blue. HEX triplet: 13, 25 and AE. RGB value is (19,37,174). Sum of RGB (Red+Green+Blue) = 19+37+174=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 174 (68.36% from 255 or 75.65% from 230); Max value from RGB is 174 - color contains mainly: blue. Hex color #1325AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1325AE is #ECDA51. Grayscale: #2E2E2E. Windows color (decimal): -15522386 or 11412755. OLE color: 11412755.

HSL color Cylindrical-coordinate representation of color #1325AE: hue angle of 233.03º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1325AE is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 37 174 -
CMYK 0.89 0.79 0 0.32
HSL 233.03º 0.8% 0.38% -
HSV(B) 233.03º 0.89% 0.68% -
XYZ 8.57 4.52 40.46 -
YUV 47.24 199.54 107.86 -
System Red Green Blue C M Y K H S L
Decimal 19 37 174 0.89 0.79 0 0.32 233.03 0.8 0.38
Hex 13 25 AE 59 4F 0 20 E9 50 26
Octal 23 45 256 131 117 0 40 351 120 46
Binary 10011 100101 10101110 1011001 1001111 0 100000 11101001 1010000 100110

Color Harmonies of #1325AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1325AE

Black with #1325AE

Text Example


Text Example

White with #1325AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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