Html Css Color HEX #193D9E Egyptian Blue

📋 copy color: '#193D9E'

red 25 ◦ green 61 ◦ blue 158

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

Shades of Egyptian Blue #193D9E

Tints of Egyptian Blue #193D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 64.75%

R = 10.25%
G = 25%
B = 64.75%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#193D9E (or 0x193D9E) is known color: Egyptian Blue. HEX triplet: 19, 3D and 9E. RGB value is (25,61,158). Sum of RGB (Red+Green+Blue) = 25+61+158=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #193D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193D9E is #E6C261. Grayscale: #3C3C3C. Windows color (decimal): -15123042 or 10370329. OLE color: 10370329.

HSL color Cylindrical-coordinate representation of color #193D9E: hue angle of 223.76º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193D9E is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 61 158 -
CMYK 0.84 0.61 0 0.38
HSL 223.76º 0.73% 0.36% -
HSV(B) 223.76º 0.84% 0.62% -
XYZ 8.24 6.01 33.07 -
YUV 61.29 182.57 102.11 -
System Red Green Blue C M Y K H S L
Decimal 25 61 158 0.84 0.61 0 0.38 223.76 0.73 0.36
Hex 19 3D 9E 54 3D 0 26 E0 49 24
Octal 31 75 236 124 75 0 46 340 111 44
Binary 11001 111101 10011110 1010100 111101 0 100110 11100000 1001001 100100

Color Harmonies of #193D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D9E

Black with #193D9E

Text Example


Text Example

White with #193D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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