Html Css Color HEX #193489 Egyptian Blue

📋 copy color: '#193489'

red 25 ◦ green 52 ◦ blue 137

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

Shades of Egyptian Blue #193489

Tints of Egyptian Blue #193489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.3%

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

R = 11.68%
G = 24.3%
B = 64.02%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#193489 (or 0x193489) is known color: Egyptian Blue. HEX triplet: 19, 34 and 89. RGB value is (25,52,137). Sum of RGB (Red+Green+Blue) = 25+52+137=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #193489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193489 is #E6CB76. Grayscale: #353535. Windows color (decimal): -15125367 or 8991769. OLE color: 8991769.

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

Color convert

RGB 25 52 137 -
CMYK 0.82 0.62 0 0.46
HSL 225.54º 0.69% 0.32% -
HSV(B) 225.54º 0.82% 0.54% -
XYZ 6.14 4.47 24.21 -
YUV 53.62 175.05 107.59 -
System Red Green Blue C M Y K H S L
Decimal 25 52 137 0.82 0.62 0 0.46 225.54 0.69 0.32
Hex 19 34 89 52 3E 0 2E E2 45 20
Octal 31 64 211 122 76 0 56 342 105 40
Binary 11001 110100 10001001 1010010 111110 0 101110 11100010 1000101 100000

Color Harmonies of #193489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193489

Black with #193489

Text Example


Text Example

White with #193489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193489; }

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

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

background-color css

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

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

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

border-color css

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

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

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