Html Css Color HEX #192EA1 Egyptian Blue

📋 copy color: '#192EA1'

red 25 ◦ green 46 ◦ blue 161

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

Shades of Egyptian Blue #192EA1

Tints of Egyptian Blue #192EA1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.83%

 BLUE value IS 161 (63.28% from 255) = 69.4%

R = 10.78%
G = 19.83%
B = 69.4%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#192EA1 (or 0x192EA1) is known color: Egyptian Blue. HEX triplet: 19, 2E and A1. RGB value is (25,46,161). Sum of RGB (Red+Green+Blue) = 25+46+161=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 161 (63.28% from 255 or 69.40% from 232); Max value from RGB is 161 - color contains mainly: blue. Hex color #192EA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192EA1 is #E6D15E. Grayscale: #343434. Windows color (decimal): -15126879 or 10563097. OLE color: 10563097.

HSL color Cylindrical-coordinate representation of color #192EA1: hue angle of 230.74º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192EA1 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 46 161 -
CMYK 0.84 0.71 0 0.37
HSL 230.74º 0.73% 0.36% -
HSV(B) 230.74º 0.84% 0.63% -
XYZ 7.81 4.73 34.22 -
YUV 52.83 189.04 108.15 -
System Red Green Blue C M Y K H S L
Decimal 25 46 161 0.84 0.71 0 0.37 230.74 0.73 0.36
Hex 19 2E A1 54 47 0 25 E7 49 24
Octal 31 56 241 124 107 0 45 347 111 44
Binary 11001 101110 10100001 1010100 1000111 0 100101 11100111 1001001 100100

Color Harmonies of #192EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192EA1

Black with #192EA1

Text Example


Text Example

White with #192EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192EA1; }

 p { color: rgb(25,46,161); }

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

background-color css

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

 a { background-color: rgb(25,46,161); }

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

border-color css

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

 span { border-color: rgb(25,46,161); }

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