Html Css Color HEX #193893 Egyptian Blue

📋 copy color: '#193893'

red 25 ◦ green 56 ◦ blue 147

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

Shades of Egyptian Blue #193893

Tints of Egyptian Blue #193893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.56%

 BLUE value IS 147 (57.81% from 255) = 64.47%

R = 10.96%
G = 24.56%
B = 64.47%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#193893 (or 0x193893) is known color: Egyptian Blue. HEX triplet: 19, 38 and 93. RGB value is (25,56,147). Sum of RGB (Red+Green+Blue) = 25+56+147=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #193893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193893 is #E6C76C. Grayscale: #383838. Windows color (decimal): -15124333 or 9648153. OLE color: 9648153.

HSL color Cylindrical-coordinate representation of color #193893: hue angle of 224.75º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193893 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 56 147 -
CMYK 0.83 0.62 0 0.42
HSL 224.75º 0.71% 0.34% -
HSV(B) 224.75º 0.83% 0.58% -
XYZ 7.08 5.14 28.22 -
YUV 57.11 178.73 105.1 -
System Red Green Blue C M Y K H S L
Decimal 25 56 147 0.83 0.62 0 0.42 224.75 0.71 0.34
Hex 19 38 93 53 3E 0 2A E1 47 22
Octal 31 70 223 123 76 0 52 341 107 42
Binary 11001 111000 10010011 1010011 111110 0 101010 11100001 1000111 100010

Color Harmonies of #193893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193893

Black with #193893

Text Example


Text Example

White with #193893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193893; }

 p { color: rgb(25,56,147); }

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

background-color css

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

 a { background-color: rgb(25,56,147); }

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

border-color css

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

 span { border-color: rgb(25,56,147); }

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