Html Css Color HEX #192795 Egyptian Blue

📋 copy color: '#192795'

red 25 ◦ green 39 ◦ blue 149

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

Shades of Egyptian Blue #192795

Tints of Egyptian Blue #192795

RGB

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

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

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

R = 11.74%
G = 18.31%
B = 69.95%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#192795 (or 0x192795) is known color: Egyptian Blue. HEX triplet: 19, 27 and 95. RGB value is (25,39,149). Sum of RGB (Red+Green+Blue) = 25+39+149=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #192795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192795 is #E6D86A. Grayscale: #2E2E2E. Windows color (decimal): -15128683 or 9774873. OLE color: 9774873.

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

Color convert

RGB 25 39 149 -
CMYK 0.83 0.74 0 0.42
HSL 233.23º 0.71% 0.34% -
HSV(B) 233.23º 0.83% 0.58% -
XYZ 6.55 3.83 28.83 -
YUV 47.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 25 39 149 0.83 0.74 0 0.42 233.23 0.71 0.34
Hex 19 27 95 53 4A 0 2A E9 47 22
Octal 31 47 225 123 112 0 52 351 107 42
Binary 11001 100111 10010101 1010011 1001010 0 101010 11101001 1000111 100010

Color Harmonies of #192795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192795

Black with #192795

Text Example


Text Example

White with #192795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192795; }

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

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

background-color css

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

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

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

border-color css

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

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

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