Html Css Color HEX #193D91 Egyptian Blue

📋 copy color: '#193D91'

red 25 ◦ green 61 ◦ blue 145

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

Shades of Egyptian Blue #193D91

Tints of Egyptian Blue #193D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 62.77%

R = 10.82%
G = 26.41%
B = 62.77%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#193D91 (or 0x193D91) is known color: Egyptian Blue. HEX triplet: 19, 3D and 91. RGB value is (25,61,145). Sum of RGB (Red+Green+Blue) = 25+61+145=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #193D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193D91 is #E6C26E. Grayscale: #3B3B3B. Windows color (decimal): -15123055 or 9518361. OLE color: 9518361.

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

Color convert

RGB 25 61 145 -
CMYK 0.83 0.58 0 0.43
HSL 222º 0.71% 0.33% -
HSV(B) 222º 0.83% 0.57% -
XYZ 7.18 5.59 27.49 -
YUV 59.81 176.07 103.17 -
System Red Green Blue C M Y K H S L
Decimal 25 61 145 0.83 0.58 0 0.43 222 0.71 0.33
Hex 19 3D 91 53 3A 0 2B DE 47 21
Octal 31 75 221 123 72 0 53 336 107 41
Binary 11001 111101 10010001 1010011 111010 0 101011 11011110 1000111 100001

Color Harmonies of #193D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D91

Black with #193D91

Text Example


Text Example

White with #193D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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