Html Css Color HEX #193799 Egyptian Blue

📋 copy color: '#193799'

red 25 ◦ green 55 ◦ blue 153

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

Shades of Egyptian Blue #193799

Tints of Egyptian Blue #193799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

 BLUE value IS 153 (60.16% from 255) = 65.67%

R = 10.73%
G = 23.61%
B = 65.67%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#193799 (or 0x193799) is known color: Egyptian Blue. HEX triplet: 19, 37 and 99. RGB value is (25,55,153). Sum of RGB (Red+Green+Blue) = 25+55+153=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #193799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193799 is #E6C866. Grayscale: #383838. Windows color (decimal): -15124583 or 10041113. OLE color: 10041113.

HSL color Cylindrical-coordinate representation of color #193799: hue angle of 225.94º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193799 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 55 153 -
CMYK 0.84 0.64 0 0.4
HSL 225.94º 0.72% 0.35% -
HSV(B) 225.94º 0.84% 0.6% -
XYZ 7.52 5.24 30.75 -
YUV 57.2 182.06 105.03 -
System Red Green Blue C M Y K H S L
Decimal 25 55 153 0.84 0.64 0 0.4 225.94 0.72 0.35
Hex 19 37 99 54 40 0 28 E2 48 23
Octal 31 67 231 124 100 0 50 342 110 43
Binary 11001 110111 10011001 1010100 1000000 0 101000 11100010 1001000 100011

Color Harmonies of #193799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193799

Black with #193799

Text Example


Text Example

White with #193799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193799; }

 p { color: rgb(25,55,153); }

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

background-color css

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

 a { background-color: rgb(25,55,153); }

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

border-color css

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

 span { border-color: rgb(25,55,153); }

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