Html Css Color HEX #192790 Egyptian Blue

📋 copy color: '#192790'

red 25 ◦ green 39 ◦ blue 144

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

Shades of Egyptian Blue #192790

Tints of Egyptian Blue #192790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.75%

 BLUE value IS 144 (56.64% from 255) = 69.23%

R = 12.02%
G = 18.75%
B = 69.23%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#192790 (or 0x192790) is known color: Egyptian Blue. HEX triplet: 19, 27 and 90. RGB value is (25,39,144). Sum of RGB (Red+Green+Blue) = 25+39+144=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #192790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192790 is #E6D86F. Grayscale: #2E2E2E. Windows color (decimal): -15128688 or 9447193. OLE color: 9447193.

HSL color Cylindrical-coordinate representation of color #192790: hue angle of 232.94º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192790 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 39 144 -
CMYK 0.83 0.73 0 0.44
HSL 232.94º 0.7% 0.33% -
HSV(B) 232.94º 0.83% 0.56% -
XYZ 6.16 3.67 26.77 -
YUV 46.78 182.86 112.46 -
System Red Green Blue C M Y K H S L
Decimal 25 39 144 0.83 0.73 0 0.44 232.94 0.7 0.33
Hex 19 27 90 53 49 0 2C E9 46 21
Octal 31 47 220 123 111 0 54 351 106 41
Binary 11001 100111 10010000 1010011 1001001 0 101100 11101001 1000110 100001

Color Harmonies of #192790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192790

Black with #192790

Text Example


Text Example

White with #192790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192790; }

 p { color: rgb(25,39,144); }

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

background-color css

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

 a { background-color: rgb(25,39,144); }

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

border-color css

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

 span { border-color: rgb(25,39,144); }

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