Html Css Color HEX #192E8D Egyptian Blue

📋 copy color: '#192E8D'

red 25 ◦ green 46 ◦ blue 141

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

Shades of Egyptian Blue #192E8D

Tints of Egyptian Blue #192E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 66.51%

R = 11.79%
G = 21.7%
B = 66.51%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#192E8D (or 0x192E8D) is known color: Egyptian Blue. HEX triplet: 19, 2E and 8D. RGB value is (25,46,141). Sum of RGB (Red+Green+Blue) = 25+46+141=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #192E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192E8D is #E6D172. Grayscale: #323232. Windows color (decimal): -15126899 or 9252377. OLE color: 9252377.

HSL color Cylindrical-coordinate representation of color #192E8D: hue angle of 229.14º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192E8D is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 46 141 -
CMYK 0.82 0.67 0 0.45
HSL 229.14º 0.7% 0.33% -
HSV(B) 229.14º 0.82% 0.55% -
XYZ 6.19 4.08 25.66 -
YUV 50.55 179.04 109.78 -
System Red Green Blue C M Y K H S L
Decimal 25 46 141 0.82 0.67 0 0.45 229.14 0.7 0.33
Hex 19 2E 8D 52 43 0 2D E5 46 21
Octal 31 56 215 122 103 0 55 345 106 41
Binary 11001 101110 10001101 1010010 1000011 0 101101 11100101 1000110 100001

Color Harmonies of #192E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192E8D

Black with #192E8D

Text Example


Text Example

White with #192E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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