Html Css Color HEX #193597 Egyptian Blue

📋 copy color: '#193597'

red 25 ◦ green 53 ◦ blue 151

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

Shades of Egyptian Blue #193597

Tints of Egyptian Blue #193597

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

 BLUE value IS 151 (59.38% from 255) = 65.94%

R = 10.92%
G = 23.14%
B = 65.94%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#193597 (or 0x193597) is known color: Egyptian Blue. HEX triplet: 19, 35 and 97. RGB value is (25,53,151). Sum of RGB (Red+Green+Blue) = 25+53+151=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #193597 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193597 is #E6CA68. Grayscale: #373737. Windows color (decimal): -15125097 or 9909529. OLE color: 9909529.

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

Color convert

RGB 25 53 151 -
CMYK 0.83 0.65 0 0.41
HSL 226.67º 0.72% 0.35% -
HSV(B) 226.67º 0.83% 0.59% -
XYZ 7.26 4.99 29.86 -
YUV 55.8 181.72 106.03 -
System Red Green Blue C M Y K H S L
Decimal 25 53 151 0.83 0.65 0 0.41 226.67 0.72 0.35
Hex 19 35 97 53 41 0 29 E3 48 23
Octal 31 65 227 123 101 0 51 343 110 43
Binary 11001 110101 10010111 1010011 1000001 0 101001 11100011 1001000 100011

Color Harmonies of #193597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193597

Black with #193597

Text Example


Text Example

White with #193597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193597; }

 p { color: rgb(25,53,151); }

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

background-color css

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

 a { background-color: rgb(25,53,151); }

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

border-color css

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

 span { border-color: rgb(25,53,151); }

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