Html Css Color HEX #193695 Egyptian Blue

📋 copy color: '#193695'

red 25 ◦ green 54 ◦ blue 149

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

Shades of Egyptian Blue #193695

Tints of Egyptian Blue #193695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

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

R = 10.96%
G = 23.68%
B = 65.35%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#193695 (or 0x193695) is known color: Egyptian Blue. HEX triplet: 19, 36 and 95. RGB value is (25,54,149). Sum of RGB (Red+Green+Blue) = 25+54+149=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #193695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193695 is #E6C96A. Grayscale: #373737. Windows color (decimal): -15124843 or 9778713. OLE color: 9778713.

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

Color convert

RGB 25 54 149 -
CMYK 0.83 0.64 0 0.42
HSL 225.97º 0.71% 0.34% -
HSV(B) 225.97º 0.83% 0.58% -
XYZ 7.14 5.01 29.03 -
YUV 56.16 180.39 105.78 -
System Red Green Blue C M Y K H S L
Decimal 25 54 149 0.83 0.64 0 0.42 225.97 0.71 0.34
Hex 19 36 95 53 40 0 2A E2 47 22
Octal 31 66 225 123 100 0 52 342 107 42
Binary 11001 110110 10010101 1010011 1000000 0 101010 11100010 1000111 100010

Color Harmonies of #193695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193695

Black with #193695

Text Example


Text Example

White with #193695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193695; }

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

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

background-color css

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

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

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

border-color css

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

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

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