Html Css Color HEX #193389 Egyptian Blue

📋 copy color: '#193389'

red 25 ◦ green 51 ◦ blue 137

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

Shades of Egyptian Blue #193389

Tints of Egyptian Blue #193389

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.94%

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

R = 11.74%
G = 23.94%
B = 64.32%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#193389 (or 0x193389) is known color: Egyptian Blue. HEX triplet: 19, 33 and 89. RGB value is (25,51,137). Sum of RGB (Red+Green+Blue) = 25+51+137=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #193389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193389 is #E6CC76. Grayscale: #343434. Windows color (decimal): -15125623 or 8991513. OLE color: 8991513.

HSL color Cylindrical-coordinate representation of color #193389: hue angle of 226.07º 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 #193389 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 51 137 -
CMYK 0.82 0.63 0 0.46
HSL 226.07º 0.69% 0.32% -
HSV(B) 226.07º 0.82% 0.54% -
XYZ 6.1 4.38 24.19 -
YUV 53.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 25 51 137 0.82 0.63 0 0.46 226.07 0.69 0.32
Hex 19 33 89 52 3F 0 2E E2 45 20
Octal 31 63 211 122 77 0 56 342 105 40
Binary 11001 110011 10001001 1010010 111111 0 101110 11100010 1000101 100000

Color Harmonies of #193389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193389

Black with #193389

Text Example


Text Example

White with #193389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193389; }

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

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

background-color css

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

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

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

border-color css

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

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

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