Html Css Color HEX #192699 Egyptian Blue

📋 copy color: '#192699'

red 25 ◦ green 38 ◦ blue 153

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

Shades of Egyptian Blue #192699

Tints of Egyptian Blue #192699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.59%

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

R = 11.57%
G = 17.59%
B = 70.83%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#192699 (or 0x192699) is known color: Egyptian Blue. HEX triplet: 19, 26 and 99. RGB value is (25,38,153). Sum of RGB (Red+Green+Blue) = 25+38+153=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #192699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192699 is #E6D966. Grayscale: #2E2E2E. Windows color (decimal): -15128935 or 10036761. OLE color: 10036761.

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

Color convert

RGB 25 38 153 -
CMYK 0.84 0.75 0 0.4
HSL 233.91º 0.72% 0.35% -
HSV(B) 233.91º 0.84% 0.6% -
XYZ 6.84 3.89 30.53 -
YUV 47.22 187.69 112.15 -
System Red Green Blue C M Y K H S L
Decimal 25 38 153 0.84 0.75 0 0.4 233.91 0.72 0.35
Hex 19 26 99 54 4B 0 28 EA 48 23
Octal 31 46 231 124 113 0 50 352 110 43
Binary 11001 100110 10011001 1010100 1001011 0 101000 11101010 1001000 100011

Color Harmonies of #192699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192699

Black with #192699

Text Example


Text Example

White with #192699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192699; }

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

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

background-color css

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

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

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

border-color css

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

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

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