Html Css Color HEX #192397 Egyptian Blue

📋 copy color: '#192397'

red 25 ◦ green 35 ◦ blue 151

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

Shades of Egyptian Blue #192397

Tints of Egyptian Blue #192397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.59%

 BLUE value IS 151 (59.38% from 255) = 71.56%

R = 11.85%
G = 16.59%
B = 71.56%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#192397 (or 0x192397) is known color: Egyptian Blue. HEX triplet: 19, 23 and 97. RGB value is (25,35,151). Sum of RGB (Red+Green+Blue) = 25+35+151=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 151 (59.38% from 255 or 71.56% from 211); Max value from RGB is 151 - color contains mainly: blue. Hex color #192397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192397 is #E6DC68. Grayscale: #2C2C2C. Windows color (decimal): -15129705 or 9904921. OLE color: 9904921.

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

Color convert

RGB 25 35 151 -
CMYK 0.83 0.77 0 0.41
HSL 235.24º 0.72% 0.35% -
HSV(B) 235.24º 0.83% 0.59% -
XYZ 6.59 3.64 29.63 -
YUV 45.23 187.69 113.57 -
System Red Green Blue C M Y K H S L
Decimal 25 35 151 0.83 0.77 0 0.41 235.24 0.72 0.35
Hex 19 23 97 53 4D 0 29 EB 48 23
Octal 31 43 227 123 115 0 51 353 110 43
Binary 11001 100011 10010111 1010011 1001101 0 101001 11101011 1001000 100011

Color Harmonies of #192397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192397

Black with #192397

Text Example


Text Example

White with #192397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192397; }

 p { color: rgb(25,35,151); }

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

background-color css

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

 a { background-color: rgb(25,35,151); }

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

border-color css

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

 span { border-color: rgb(25,35,151); }

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