Html Css Color HEX #192895 Egyptian Blue

📋 copy color: '#192895'

red 25 ◦ green 40 ◦ blue 149

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

Shades of Egyptian Blue #192895

Tints of Egyptian Blue #192895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.69%

 BLUE value IS 149 (58.59% from 255) = 69.63%

R = 11.68%
G = 18.69%
B = 69.63%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#192895 (or 0x192895) is known color: Egyptian Blue. HEX triplet: 19, 28 and 95. RGB value is (25,40,149). Sum of RGB (Red+Green+Blue) = 25+40+149=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #192895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192895 is #E6D76A. Grayscale: #2F2F2F. Windows color (decimal): -15128427 or 9775129. OLE color: 9775129.

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

Color convert

RGB 25 40 149 -
CMYK 0.83 0.73 0 0.42
HSL 232.74º 0.71% 0.34% -
HSV(B) 232.74º 0.83% 0.58% -
XYZ 6.58 3.89 28.84 -
YUV 47.94 185.03 111.64 -
System Red Green Blue C M Y K H S L
Decimal 25 40 149 0.83 0.73 0 0.42 232.74 0.71 0.34
Hex 19 28 95 53 49 0 2A E9 47 22
Octal 31 50 225 123 111 0 52 351 107 42
Binary 11001 101000 10010101 1010011 1001001 0 101010 11101001 1000111 100010

Color Harmonies of #192895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192895

Black with #192895

Text Example


Text Example

White with #192895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192895; }

 p { color: rgb(25,40,149); }

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

background-color css

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

 a { background-color: rgb(25,40,149); }

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

border-color css

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

 span { border-color: rgb(25,40,149); }

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