Html Css Color HEX #1947AA Egyptian Blue

📋 copy color: '#1947AA'

red 25 ◦ green 71 ◦ blue 170

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

Shades of Egyptian Blue #1947AA

Tints of Egyptian Blue #1947AA

RGB

 RED value IS 25 (10.16% from 255) = 9.4%

 GREEN value IS 71 (28.13% from 255) = 26.69%

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 9.4%
G = 26.69%
B = 63.91%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1947AA (or 0x1947AA) is known color: Egyptian Blue. HEX triplet: 19, 47 and AA. RGB value is (25,71,170). Sum of RGB (Red+Green+Blue) = 25+71+170=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #1947AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1947AA is #E6B855. Grayscale: #444444. Windows color (decimal): -15120470 or 11159321. OLE color: 11159321.

HSL color Cylindrical-coordinate representation of color #1947AA: hue angle of 220.97º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1947AA is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 71 170 -
CMYK 0.85 0.58 0 0.33
HSL 220.97º 0.74% 0.38% -
HSV(B) 220.97º 0.85% 0.67% -
XYZ 9.91 7.62 38.98 -
YUV 68.53 185.26 96.95 -
System Red Green Blue C M Y K H S L
Decimal 25 71 170 0.85 0.58 0 0.33 220.97 0.74 0.38
Hex 19 47 AA 55 3A 0 21 DD 4A 26
Octal 31 107 252 125 72 0 41 335 112 46
Binary 11001 1000111 10101010 1010101 111010 0 100001 11011101 1001010 100110

Color Harmonies of #1947AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1947AA

Black with #1947AA

Text Example


Text Example

White with #1947AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1947AA; }

 p { color: rgb(25,71,170); }

 H1.HeaderClassName
 {
   color: #1947AA;
 }
 .AnyTagClassName
 {
   color: #1947AA;
 }
</style>

background-color css

<style>
 a { background-color: #1947AA; }

 a { background-color: rgb(25,71,170); }

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

border-color css

<style>
 span { border-color: #1947AA; }

 span { border-color: rgb(25,71,170); }

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