Html Css Color HEX #193CA3 Egyptian Blue

📋 copy color: '#193CA3'

red 25 ◦ green 60 ◦ blue 163

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

Shades of Egyptian Blue #193CA3

Tints of Egyptian Blue #193CA3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

 BLUE value IS 163 (64.06% from 255) = 65.73%

R = 10.08%
G = 24.19%
B = 65.73%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#193CA3 (or 0x193CA3) is known color: Egyptian Blue. HEX triplet: 19, 3C and A3. RGB value is (25,60,163). Sum of RGB (Red+Green+Blue) = 25+60+163=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 163 (64.06% from 255 or 65.73% from 248); Max value from RGB is 163 - color contains mainly: blue. Hex color #193CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193CA3 is #E6C35C. Grayscale: #3C3C3C. Windows color (decimal): -15123293 or 10697753. OLE color: 10697753.

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

Color convert

RGB 25 60 163 -
CMYK 0.85 0.63 0 0.36
HSL 224.78º 0.73% 0.37% -
HSV(B) 224.78º 0.85% 0.64% -
XYZ 8.63 6.08 35.37 -
YUV 61.28 185.4 102.12 -
System Red Green Blue C M Y K H S L
Decimal 25 60 163 0.85 0.63 0 0.36 224.78 0.73 0.37
Hex 19 3C A3 55 3F 0 24 E1 49 25
Octal 31 74 243 125 77 0 44 341 111 45
Binary 11001 111100 10100011 1010101 111111 0 100100 11100001 1001001 100101

Color Harmonies of #193CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CA3

Black with #193CA3

Text Example


Text Example

White with #193CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,60,163); }

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

background-color css

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

 a { background-color: rgb(25,60,163); }

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

border-color css

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

 span { border-color: rgb(25,60,163); }

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