Html Css Color HEX #1948AA Egyptian Blue

📋 copy color: '#1948AA'

red 25 ◦ green 72 ◦ blue 170

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

Shades of Egyptian Blue #1948AA

Tints of Egyptian Blue #1948AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

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

R = 9.36%
G = 26.97%
B = 63.67%

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

#1948AA (or 0x1948AA) is known color: Egyptian Blue. HEX triplet: 19, 48 and AA. RGB value is (25,72,170). Sum of RGB (Red+Green+Blue) = 25+72+170=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #1948AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1948AA is #E6B755. Grayscale: #444444. Windows color (decimal): -15120214 or 11159577. OLE color: 11159577.

HSL color Cylindrical-coordinate representation of color #1948AA: hue angle of 220.55º 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 #1948AA is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 72 170 -
CMYK 0.85 0.58 0 0.33
HSL 220.55º 0.74% 0.38% -
HSV(B) 220.55º 0.85% 0.67% -
XYZ 9.97 7.74 39 -
YUV 69.12 184.93 96.53 -
System Red Green Blue C M Y K H S L
Decimal 25 72 170 0.85 0.58 0 0.33 220.55 0.74 0.38
Hex 19 48 AA 55 3A 0 21 DD 4A 26
Octal 31 110 252 125 72 0 41 335 112 46
Binary 11001 1001000 10101010 1010101 111010 0 100001 11011101 1001010 100110

Color Harmonies of #1948AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1948AA

Black with #1948AA

Text Example


Text Example

White with #1948AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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