Html Css Color HEX #193F96 Egyptian Blue

📋 copy color: '#193F96'

red 25 ◦ green 63 ◦ blue 150

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

Shades of Egyptian Blue #193F96

Tints of Egyptian Blue #193F96

RGB

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

 GREEN value IS 63 (25% from 255) = 26.47%

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

R = 10.5%
G = 26.47%
B = 63.03%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#193F96 (or 0x193F96) is known color: Egyptian Blue. HEX triplet: 19, 3F and 96. RGB value is (25,63,150). Sum of RGB (Red+Green+Blue) = 25+63+150=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #193F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F96 is #E6C069. Grayscale: #3D3D3D. Windows color (decimal): -15122538 or 9846553. OLE color: 9846553.

HSL color Cylindrical-coordinate representation of color #193F96: hue angle of 221.76º 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 #193F96 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 63 150 -
CMYK 0.83 0.58 0 0.41
HSL 221.76º 0.71% 0.34% -
HSV(B) 221.76º 0.83% 0.59% -
XYZ 7.68 5.96 29.6 -
YUV 61.56 177.91 101.93 -
System Red Green Blue C M Y K H S L
Decimal 25 63 150 0.83 0.58 0 0.41 221.76 0.71 0.34
Hex 19 3F 96 53 3A 0 29 DE 47 22
Octal 31 77 226 123 72 0 51 336 107 42
Binary 11001 111111 10010110 1010011 111010 0 101001 11011110 1000111 100010

Color Harmonies of #193F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F96

Black with #193F96

Text Example


Text Example

White with #193F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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