Html Css Color HEX #192595 Egyptian Blue

📋 copy color: '#192595'

red 25 ◦ green 37 ◦ blue 149

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

Shades of Egyptian Blue #192595

Tints of Egyptian Blue #192595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.54%

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

R = 11.85%
G = 17.54%
B = 70.62%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#192595 (or 0x192595) is known color: Egyptian Blue. HEX triplet: 19, 25 and 95. RGB value is (25,37,149). Sum of RGB (Red+Green+Blue) = 25+37+149=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #192595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192595 is #E6DA6A. Grayscale: #2D2D2D. Windows color (decimal): -15129195 or 9774361. OLE color: 9774361.

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

Color convert

RGB 25 37 149 -
CMYK 0.83 0.75 0 0.42
HSL 234.19º 0.71% 0.34% -
HSV(B) 234.19º 0.83% 0.58% -
XYZ 6.49 3.7 28.81 -
YUV 46.18 186.02 112.89 -
System Red Green Blue C M Y K H S L
Decimal 25 37 149 0.83 0.75 0 0.42 234.19 0.71 0.34
Hex 19 25 95 53 4B 0 2A EA 47 22
Octal 31 45 225 123 113 0 52 352 107 42
Binary 11001 100101 10010101 1010011 1001011 0 101010 11101010 1000111 100010

Color Harmonies of #192595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192595

Black with #192595

Text Example


Text Example

White with #192595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192595; }

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

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

background-color css

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

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

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

border-color css

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

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

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