Html Css Color HEX #193089 Egyptian Blue

📋 copy color: '#193089'

red 25 ◦ green 48 ◦ blue 137

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

Shades of Egyptian Blue #193089

Tints of Egyptian Blue #193089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 11.9%
G = 22.86%
B = 65.24%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#193089 (or 0x193089) is known color: Egyptian Blue. HEX triplet: 19, 30 and 89. RGB value is (25,48,137). Sum of RGB (Red+Green+Blue) = 25+48+137=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #193089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193089 is #E6CF76. Grayscale: #323232. Windows color (decimal): -15126391 or 8990745. OLE color: 8990745.

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

Color convert

RGB 25 48 137 -
CMYK 0.82 0.65 0 0.46
HSL 227.68º 0.69% 0.32% -
HSV(B) 227.68º 0.82% 0.54% -
XYZ 5.97 4.13 24.15 -
YUV 51.27 176.38 109.26 -
System Red Green Blue C M Y K H S L
Decimal 25 48 137 0.82 0.65 0 0.46 227.68 0.69 0.32
Hex 19 30 89 52 41 0 2E E4 45 20
Octal 31 60 211 122 101 0 56 344 105 40
Binary 11001 110000 10001001 1010010 1000001 0 101110 11100100 1000101 100000

Color Harmonies of #193089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193089

Black with #193089

Text Example


Text Example

White with #193089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193089; }

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

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

background-color css

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

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

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

border-color css

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

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

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