Html Css Color HEX #192892 Egyptian Blue

📋 copy color: '#192892'

red 25 ◦ green 40 ◦ blue 146

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

Shades of Egyptian Blue #192892

Tints of Egyptian Blue #192892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

 BLUE value IS 146 (57.42% from 255) = 69.19%

R = 11.85%
G = 18.96%
B = 69.19%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#192892 (or 0x192892) is known color: Egyptian Blue. HEX triplet: 19, 28 and 92. RGB value is (25,40,146). Sum of RGB (Red+Green+Blue) = 25+40+146=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #192892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192892 is #E6D76D. Grayscale: #2F2F2F. Windows color (decimal): -15128430 or 9578521. OLE color: 9578521.

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

Color convert

RGB 25 40 146 -
CMYK 0.83 0.73 0 0.43
HSL 232.56º 0.71% 0.34% -
HSV(B) 232.56º 0.83% 0.57% -
XYZ 6.35 3.8 27.59 -
YUV 47.6 183.53 111.88 -
System Red Green Blue C M Y K H S L
Decimal 25 40 146 0.83 0.73 0 0.43 232.56 0.71 0.34
Hex 19 28 92 53 49 0 2B E9 47 22
Octal 31 50 222 123 111 0 53 351 107 42
Binary 11001 101000 10010010 1010011 1001001 0 101011 11101001 1000111 100010

Color Harmonies of #192892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192892

Black with #192892

Text Example


Text Example

White with #192892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192892; }

 p { color: rgb(25,40,146); }

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

background-color css

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

 a { background-color: rgb(25,40,146); }

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

border-color css

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

 span { border-color: rgb(25,40,146); }

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