Html Css Color HEX #193495 Egyptian Blue

📋 copy color: '#193495'

red 25 ◦ green 52 ◦ blue 149

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

Shades of Egyptian Blue #193495

Tints of Egyptian Blue #193495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.01%

 BLUE value IS 149 (58.59% from 255) = 65.93%

R = 11.06%
G = 23.01%
B = 65.93%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#193495 (or 0x193495) is known color: Egyptian Blue. HEX triplet: 19, 34 and 95. RGB value is (25,52,149). Sum of RGB (Red+Green+Blue) = 25+52+149=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #193495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193495 is #E6CB6A. Grayscale: #363636. Windows color (decimal): -15125355 or 9778201. OLE color: 9778201.

HSL color Cylindrical-coordinate representation of color #193495: hue angle of 226.94º 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 #193495 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 52 149 -
CMYK 0.83 0.65 0 0.42
HSL 226.94º 0.71% 0.34% -
HSV(B) 226.94º 0.83% 0.58% -
XYZ 7.05 4.83 28.99 -
YUV 54.99 181.05 106.61 -
System Red Green Blue C M Y K H S L
Decimal 25 52 149 0.83 0.65 0 0.42 226.94 0.71 0.34
Hex 19 34 95 53 41 0 2A E3 47 22
Octal 31 64 225 123 101 0 52 343 107 42
Binary 11001 110100 10010101 1010011 1000001 0 101010 11100011 1000111 100010

Color Harmonies of #193495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193495

Black with #193495

Text Example


Text Example

White with #193495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193495; }

 p { color: rgb(25,52,149); }

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

background-color css

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

 a { background-color: rgb(25,52,149); }

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

border-color css

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

 span { border-color: rgb(25,52,149); }

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