Html Css Color HEX #192E95 Egyptian Blue

📋 copy color: '#192E95'

red 25 ◦ green 46 ◦ blue 149

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

Shades of Egyptian Blue #192E95

Tints of Egyptian Blue #192E95

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.91%

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

R = 11.36%
G = 20.91%
B = 67.73%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#192E95 (or 0x192E95) is known color: Egyptian Blue. HEX triplet: 19, 2E and 95. RGB value is (25,46,149). Sum of RGB (Red+Green+Blue) = 25+46+149=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #192E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192E95 is #E6D16A. Grayscale: #333333. Windows color (decimal): -15126891 or 9776665. OLE color: 9776665.

HSL color Cylindrical-coordinate representation of color #192E95: hue angle of 229.84º 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 #192E95 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 46 149 -
CMYK 0.83 0.69 0 0.42
HSL 229.84º 0.71% 0.34% -
HSV(B) 229.84º 0.83% 0.58% -
XYZ 6.8 4.33 28.91 -
YUV 51.46 183.04 109.12 -
System Red Green Blue C M Y K H S L
Decimal 25 46 149 0.83 0.69 0 0.42 229.84 0.71 0.34
Hex 19 2E 95 53 45 0 2A E6 47 22
Octal 31 56 225 123 105 0 52 346 107 42
Binary 11001 101110 10010101 1010011 1000101 0 101010 11100110 1000111 100010

Color Harmonies of #192E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192E95

Black with #192E95

Text Example


Text Example

White with #192E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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