Html Css Color HEX #192796 Egyptian Blue

📋 copy color: '#192796'

red 25 ◦ green 39 ◦ blue 150

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

Shades of Egyptian Blue #192796

Tints of Egyptian Blue #192796

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

 BLUE value IS 150 (58.98% from 255) = 70.09%

R = 11.68%
G = 18.22%
B = 70.09%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#192796 (or 0x192796) is known color: Egyptian Blue. HEX triplet: 19, 27 and 96. RGB value is (25,39,150). Sum of RGB (Red+Green+Blue) = 25+39+150=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #192796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192796 is #E6D869. Grayscale: #2F2F2F. Windows color (decimal): -15128682 or 9840409. OLE color: 9840409.

HSL color Cylindrical-coordinate representation of color #192796: hue angle of 233.28º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192796 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 39 150 -
CMYK 0.83 0.74 0 0.41
HSL 233.28º 0.71% 0.34% -
HSV(B) 233.28º 0.83% 0.59% -
XYZ 6.63 3.86 29.25 -
YUV 47.47 185.86 111.97 -
System Red Green Blue C M Y K H S L
Decimal 25 39 150 0.83 0.74 0 0.41 233.28 0.71 0.34
Hex 19 27 96 53 4A 0 29 E9 47 22
Octal 31 47 226 123 112 0 51 351 107 42
Binary 11001 100111 10010110 1010011 1001010 0 101001 11101001 1000111 100010

Color Harmonies of #192796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192796

Black with #192796

Text Example


Text Example

White with #192796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192796; }

 p { color: rgb(25,39,150); }

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

background-color css

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

 a { background-color: rgb(25,39,150); }

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

border-color css

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

 span { border-color: rgb(25,39,150); }

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