Html Css Color HEX #1331AD Egyptian Blue

📋 copy color: '#1331AD'

red 19 ◦ green 49 ◦ blue 173

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

Shades of Egyptian Blue #1331AD

Tints of Egyptian Blue #1331AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.33%

 BLUE value IS 173 (67.97% from 255) = 71.78%

R = 7.88%
G = 20.33%
B = 71.78%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1331AD (or 0x1331AD) is known color: Egyptian Blue. HEX triplet: 13, 31 and AD. RGB value is (19,49,173). Sum of RGB (Red+Green+Blue) = 19+49+173=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #1331AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1331AD is #ECCE52. Grayscale: #353535. Windows color (decimal): -15519315 or 11350291. OLE color: 11350291.

HSL color Cylindrical-coordinate representation of color #1331AD: hue angle of 228.31º 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 #1331AD is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 49 173 -
CMYK 0.89 0.72 0 0.32
HSL 228.31º 0.8% 0.38% -
HSV(B) 228.31º 0.89% 0.68% -
XYZ 8.91 5.35 40.1 -
YUV 54.17 195.06 102.92 -
System Red Green Blue C M Y K H S L
Decimal 19 49 173 0.89 0.72 0 0.32 228.31 0.8 0.38
Hex 13 31 AD 59 48 0 20 E4 50 26
Octal 23 61 255 131 110 0 40 344 120 46
Binary 10011 110001 10101101 1011001 1001000 0 100000 11100100 1010000 100110

Color Harmonies of #1331AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1331AD

Black with #1331AD

Text Example


Text Example

White with #1331AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1331AD; }

 p { color: rgb(19,49,173); }

 H1.HeaderClassName
 {
   color: #1331AD;
 }
 .AnyTagClassName
 {
   color: #1331AD;
 }
</style>

background-color css

<style>
 a { background-color: #1331AD; }

 a { background-color: rgb(19,49,173); }

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

border-color css

<style>
 span { border-color: #1331AD; }

 span { border-color: rgb(19,49,173); }

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