Html Css Color HEX #193BA1 Egyptian Blue

📋 copy color: '#193BA1'

red 25 ◦ green 59 ◦ blue 161

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

Shades of Egyptian Blue #193BA1

Tints of Egyptian Blue #193BA1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

 BLUE value IS 161 (63.28% from 255) = 65.71%

R = 10.2%
G = 24.08%
B = 65.71%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#193BA1 (or 0x193BA1) is known color: Egyptian Blue. HEX triplet: 19, 3B and A1. RGB value is (25,59,161). Sum of RGB (Red+Green+Blue) = 25+59+161=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 161 (63.28% from 255 or 65.71% from 245); Max value from RGB is 161 - color contains mainly: blue. Hex color #193BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193BA1 is #E6C45E. Grayscale: #3C3C3C. Windows color (decimal): -15123551 or 10566425. OLE color: 10566425.

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

Color convert

RGB 25 59 161 -
CMYK 0.84 0.63 0 0.37
HSL 225º 0.73% 0.36% -
HSV(B) 225º 0.84% 0.63% -
XYZ 8.4 5.91 34.42 -
YUV 60.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 25 59 161 0.84 0.63 0 0.37 225 0.73 0.36
Hex 19 3B A1 54 3F 0 25 E1 49 24
Octal 31 73 241 124 77 0 45 341 111 44
Binary 11001 111011 10100001 1010100 111111 0 100101 11100001 1001001 100100

Color Harmonies of #193BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BA1

Black with #193BA1

Text Example


Text Example

White with #193BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,59,161); }

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

background-color css

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

 a { background-color: rgb(25,59,161); }

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

border-color css

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

 span { border-color: rgb(25,59,161); }

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