Html Css Color HEX #193D90 Egyptian Blue

📋 copy color: '#193D90'

red 25 ◦ green 61 ◦ blue 144

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

Shades of Egyptian Blue #193D90

Tints of Egyptian Blue #193D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.52%

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

R = 10.87%
G = 26.52%
B = 62.61%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#193D90 (or 0x193D90) is known color: Egyptian Blue. HEX triplet: 19, 3D and 90. RGB value is (25,61,144). Sum of RGB (Red+Green+Blue) = 25+61+144=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #193D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193D90 is #E6C26F. Grayscale: #3B3B3B. Windows color (decimal): -15123056 or 9452825. OLE color: 9452825.

HSL color Cylindrical-coordinate representation of color #193D90: hue angle of 221.85º 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 #193D90 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 61 144 -
CMYK 0.83 0.58 0 0.44
HSL 221.85º 0.7% 0.33% -
HSV(B) 221.85º 0.83% 0.56% -
XYZ 7.1 5.56 27.08 -
YUV 59.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 25 61 144 0.83 0.58 0 0.44 221.85 0.7 0.33
Hex 19 3D 90 53 3A 0 2C DE 46 21
Octal 31 75 220 123 72 0 54 336 106 41
Binary 11001 111101 10010000 1010011 111010 0 101100 11011110 1000110 100001

Color Harmonies of #193D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D90

Black with #193D90

Text Example


Text Example

White with #193D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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