Html Css Color HEX #193289 Egyptian Blue

📋 copy color: '#193289'

red 25 ◦ green 50 ◦ blue 137

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

Shades of Egyptian Blue #193289

Tints of Egyptian Blue #193289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

 BLUE value IS 137 (53.91% from 255) = 64.62%

R = 11.79%
G = 23.58%
B = 64.62%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#193289 (or 0x193289) is known color: Egyptian Blue. HEX triplet: 19, 32 and 89. RGB value is (25,50,137). Sum of RGB (Red+Green+Blue) = 25+50+137=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #193289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193289 is #E6CD76. Grayscale: #343434. Windows color (decimal): -15125879 or 8991257. OLE color: 8991257.

HSL color Cylindrical-coordinate representation of color #193289: hue angle of 226.61º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193289 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 50 137 -
CMYK 0.82 0.64 0 0.46
HSL 226.61º 0.69% 0.32% -
HSV(B) 226.61º 0.82% 0.54% -
XYZ 6.06 4.29 24.18 -
YUV 52.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 25 50 137 0.82 0.64 0 0.46 226.61 0.69 0.32
Hex 19 32 89 52 40 0 2E E3 45 20
Octal 31 62 211 122 100 0 56 343 105 40
Binary 11001 110010 10001001 1010010 1000000 0 101110 11100011 1000101 100000

Color Harmonies of #193289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193289

Black with #193289

Text Example


Text Example

White with #193289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193289; }

 p { color: rgb(25,50,137); }

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

background-color css

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

 a { background-color: rgb(25,50,137); }

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

border-color css

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

 span { border-color: rgb(25,50,137); }

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