Html Css Color HEX #192591 Egyptian Blue

📋 copy color: '#192591'

red 25 ◦ green 37 ◦ blue 145

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

Shades of Egyptian Blue #192591

Tints of Egyptian Blue #192591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 70.05%

R = 12.08%
G = 17.87%
B = 70.05%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#192591 (or 0x192591) is known color: Egyptian Blue. HEX triplet: 19, 25 and 91. RGB value is (25,37,145). Sum of RGB (Red+Green+Blue) = 25+37+145=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #192591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192591 is #E6DA6E. Grayscale: #2D2D2D. Windows color (decimal): -15129199 or 9512217. OLE color: 9512217.

HSL color Cylindrical-coordinate representation of color #192591: hue angle of 234º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192591 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 37 145 -
CMYK 0.83 0.74 0 0.43
HSL 234º 0.71% 0.33% -
HSV(B) 234º 0.83% 0.57% -
XYZ 6.17 3.57 27.15 -
YUV 45.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 25 37 145 0.83 0.74 0 0.43 234 0.71 0.33
Hex 19 25 91 53 4A 0 2B EA 47 21
Octal 31 45 221 123 112 0 53 352 107 41
Binary 11001 100101 10010001 1010011 1001010 0 101011 11101010 1000111 100001

Color Harmonies of #192591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192591

Black with #192591

Text Example


Text Example

White with #192591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192591; }

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

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

background-color css

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

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

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

border-color css

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

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

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