Html Css Color HEX #193E90 Egyptian Blue

📋 copy color: '#193E90'

red 25 ◦ green 62 ◦ blue 144

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

Shades of Egyptian Blue #193E90

Tints of Egyptian Blue #193E90

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.84%

 BLUE value IS 144 (56.64% from 255) = 62.34%

R = 10.82%
G = 26.84%
B = 62.34%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#193E90 (or 0x193E90) is known color: Egyptian Blue. HEX triplet: 19, 3E and 90. RGB value is (25,62,144). Sum of RGB (Red+Green+Blue) = 25+62+144=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #193E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193E90 is #E6C16F. Grayscale: #3B3B3B. Windows color (decimal): -15122800 or 9453081. OLE color: 9453081.

HSL color Cylindrical-coordinate representation of color #193E90: hue angle of 221.34º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193E90 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 62 144 -
CMYK 0.83 0.57 0 0.44
HSL 221.34º 0.7% 0.33% -
HSV(B) 221.34º 0.83% 0.56% -
XYZ 7.16 5.67 27.1 -
YUV 60.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 25 62 144 0.83 0.57 0 0.44 221.34 0.7 0.33
Hex 19 3E 90 53 39 0 2C DD 46 21
Octal 31 76 220 123 71 0 54 335 106 41
Binary 11001 111110 10010000 1010011 111001 0 101100 11011101 1000110 100001

Color Harmonies of #193E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193E90

Black with #193E90

Text Example


Text Example

White with #193E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193E90; }

 p { color: rgb(25,62,144); }

 H1.HeaderClassName
 {
   color: #193E90;
 }
 .AnyTagClassName
 {
   color: #193E90;
 }
</style>

background-color css

<style>
 a { background-color: #193E90; }

 a { background-color: rgb(25,62,144); }

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

border-color css

<style>
 span { border-color: #193E90; }

 span { border-color: rgb(25,62,144); }

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