Html Css Color HEX #193D9F Egyptian Blue

📋 copy color: '#193D9F'

red 25 ◦ green 61 ◦ blue 159

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

Shades of Egyptian Blue #193D9F

Tints of Egyptian Blue #193D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.9%

R = 10.2%
G = 24.9%
B = 64.9%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#193D9F (or 0x193D9F) is known color: Egyptian Blue. HEX triplet: 19, 3D and 9F. RGB value is (25,61,159). Sum of RGB (Red+Green+Blue) = 25+61+159=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #193D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193D9F is #E6C260. Grayscale: #3C3C3C. Windows color (decimal): -15123041 or 10435865. OLE color: 10435865.

HSL color Cylindrical-coordinate representation of color #193D9F: hue angle of 223.88º 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 #193D9F is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 61 159 -
CMYK 0.84 0.62 0 0.38
HSL 223.88º 0.73% 0.36% -
HSV(B) 223.88º 0.84% 0.62% -
XYZ 8.33 6.05 33.53 -
YUV 61.41 183.07 102.03 -
System Red Green Blue C M Y K H S L
Decimal 25 61 159 0.84 0.62 0 0.38 223.88 0.73 0.36
Hex 19 3D 9F 54 3E 0 26 E0 49 24
Octal 31 75 237 124 76 0 46 340 111 44
Binary 11001 111101 10011111 1010100 111110 0 100110 11100000 1001001 100100

Color Harmonies of #193D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D9F

Black with #193D9F

Text Example


Text Example

White with #193D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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