Html Css Color HEX #193999 Egyptian Blue

📋 copy color: '#193999'

red 25 ◦ green 57 ◦ blue 153

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

Shades of Egyptian Blue #193999

Tints of Egyptian Blue #193999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.26%

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

R = 10.64%
G = 24.26%
B = 65.11%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#193999 (or 0x193999) is known color: Egyptian Blue. HEX triplet: 19, 39 and 99. RGB value is (25,57,153). Sum of RGB (Red+Green+Blue) = 25+57+153=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #193999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193999 is #E6C666. Grayscale: #393939. Windows color (decimal): -15124071 or 10041625. OLE color: 10041625.

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

Color convert

RGB 25 57 153 -
CMYK 0.84 0.63 0 0.4
HSL 225º 0.72% 0.35% -
HSV(B) 225º 0.84% 0.6% -
XYZ 7.61 5.43 30.78 -
YUV 58.38 181.4 104.19 -
System Red Green Blue C M Y K H S L
Decimal 25 57 153 0.84 0.63 0 0.4 225 0.72 0.35
Hex 19 39 99 54 3F 0 28 E1 48 23
Octal 31 71 231 124 77 0 50 341 110 43
Binary 11001 111001 10011001 1010100 111111 0 101000 11100001 1001000 100011

Color Harmonies of #193999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193999

Black with #193999

Text Example


Text Example

White with #193999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193999; }

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

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

background-color css

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

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

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

border-color css

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

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

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