Html Css Color HEX #193BA0 Egyptian Blue

📋 copy color: '#193BA0'

red 25 ◦ green 59 ◦ blue 160

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

Shades of Egyptian Blue #193BA0

Tints of Egyptian Blue #193BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 65.57%

R = 10.25%
G = 24.18%
B = 65.57%

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

#193BA0 (or 0x193BA0) is known color: Egyptian Blue. HEX triplet: 19, 3B and A0. RGB value is (25,59,160). Sum of RGB (Red+Green+Blue) = 25+59+160=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 160 (62.89% from 255 or 65.57% from 244); Max value from RGB is 160 - color contains mainly: blue. Hex color #193BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193BA0 is #E6C45F. Grayscale: #3B3B3B. Windows color (decimal): -15123552 or 10500889. OLE color: 10500889.

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

Color convert

RGB 25 59 160 -
CMYK 0.84 0.63 0 0.37
HSL 224.89º 0.73% 0.36% -
HSV(B) 224.89º 0.84% 0.63% -
XYZ 8.31 5.87 33.95 -
YUV 60.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 25 59 160 0.84 0.63 0 0.37 224.89 0.73 0.36
Hex 19 3B A0 54 3F 0 25 E1 49 24
Octal 31 73 240 124 77 0 45 341 111 44
Binary 11001 111011 10100000 1010100 111111 0 100101 11100001 1001001 100100

Color Harmonies of #193BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BA0

Black with #193BA0

Text Example


Text Example

White with #193BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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