Html Css Color HEX #193896 Egyptian Blue

📋 copy color: '#193896'

red 25 ◦ green 56 ◦ blue 150

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

Shades of Egyptian Blue #193896

Tints of Egyptian Blue #193896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.94%

R = 10.82%
G = 24.24%
B = 64.94%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#193896 (or 0x193896) is known color: Egyptian Blue. HEX triplet: 19, 38 and 96. RGB value is (25,56,150). Sum of RGB (Red+Green+Blue) = 25+56+150=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #193896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193896 is #E6C769. Grayscale: #393939. Windows color (decimal): -15124330 or 9844761. OLE color: 9844761.

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

Color convert

RGB 25 56 150 -
CMYK 0.83 0.63 0 0.41
HSL 225.12º 0.71% 0.34% -
HSV(B) 225.12º 0.83% 0.59% -
XYZ 7.32 5.24 29.48 -
YUV 57.45 180.23 104.86 -
System Red Green Blue C M Y K H S L
Decimal 25 56 150 0.83 0.63 0 0.41 225.12 0.71 0.34
Hex 19 38 96 53 3F 0 29 E1 47 22
Octal 31 70 226 123 77 0 51 341 107 42
Binary 11001 111000 10010110 1010011 111111 0 101001 11100001 1000111 100010

Color Harmonies of #193896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193896

Black with #193896

Text Example


Text Example

White with #193896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193896; }

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

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

background-color css

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

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

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

border-color css

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

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

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