Html Css Color HEX #192495 Egyptian Blue

📋 copy color: '#192495'

red 25 ◦ green 36 ◦ blue 149

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

Shades of Egyptian Blue #192495

Tints of Egyptian Blue #192495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

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

R = 11.9%
G = 17.14%
B = 70.95%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#192495 (or 0x192495) is known color: Egyptian Blue. HEX triplet: 19, 24 and 95. RGB value is (25,36,149). Sum of RGB (Red+Green+Blue) = 25+36+149=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #192495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192495 is #E6DB6A. Grayscale: #2D2D2D. Windows color (decimal): -15129451 or 9774105. OLE color: 9774105.

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

Color convert

RGB 25 36 149 -
CMYK 0.83 0.76 0 0.42
HSL 234.68º 0.71% 0.34% -
HSV(B) 234.68º 0.83% 0.58% -
XYZ 6.46 3.64 28.8 -
YUV 45.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 25 36 149 0.83 0.76 0 0.42 234.68 0.71 0.34
Hex 19 24 95 53 4C 0 2A EB 47 22
Octal 31 44 225 123 114 0 52 353 107 42
Binary 11001 100100 10010101 1010011 1001100 0 101010 11101011 1000111 100010

Color Harmonies of #192495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192495

Black with #192495

Text Example


Text Example

White with #192495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192495; }

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

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

background-color css

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

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

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

border-color css

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

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

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