Html Css Color HEX #193C92 Egyptian Blue

📋 copy color: '#193C92'

red 25 ◦ green 60 ◦ blue 146

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

Shades of Egyptian Blue #193C92

Tints of Egyptian Blue #193C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 10.82%
G = 25.97%
B = 63.2%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#193C92 (or 0x193C92) is known color: Egyptian Blue. HEX triplet: 19, 3C and 92. RGB value is (25,60,146). Sum of RGB (Red+Green+Blue) = 25+60+146=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #193C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C92 is #E6C36D. Grayscale: #3A3A3A. Windows color (decimal): -15123310 or 9583641. OLE color: 9583641.

HSL color Cylindrical-coordinate representation of color #193C92: hue angle of 222.64º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193C92 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 60 146 -
CMYK 0.83 0.59 0 0.43
HSL 222.64º 0.71% 0.34% -
HSV(B) 222.64º 0.83% 0.57% -
XYZ 7.21 5.51 27.88 -
YUV 59.34 176.9 103.51 -
System Red Green Blue C M Y K H S L
Decimal 25 60 146 0.83 0.59 0 0.43 222.64 0.71 0.34
Hex 19 3C 92 53 3B 0 2B DF 47 22
Octal 31 74 222 123 73 0 53 337 107 42
Binary 11001 111100 10010010 1010011 111011 0 101011 11011111 1000111 100010

Color Harmonies of #193C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C92

Black with #193C92

Text Example


Text Example

White with #193C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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