#192C9D

Color #192C9D Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #192C9D

Tints of Egyptian Blue #192C9D

Color information

#192C9D (or 0x192C9D) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2C and 9D. RGB value is (25,44,157). Sum of RGB (Red+Green+Blue) = 25+44+157=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #192C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192C9D is #E6D362. Grayscale: #323232. Windows color (decimal): -15127395 or 10300441. OLE color: 10300441.

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

Color convert

RGB2544157-
CMYK0.840.7200.38
HSL231.36º72.53%35.69%-
HSV(B)231.36º84.08%61.57%-
XYZ7.394.4432.37-
YUV51.2187.71109.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 44 (17.58% from 255) = 19.47%
BLUE value IS 157 (61.72% from 255) = 69.47%
R=11.06%
G=19.47%
B=69.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25441570.840.7200.38231.3672.5335.69
Hex192C9D5448026e74924
Octal315423512411004634711144
Binary1100110110010011101101010010010000100110111001111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,44,157); }

 H1.HeaderClassName
 {
   color: #192C9D;
 }
 .AnyTagClassName
 {
   color: #192C9D;
 }
</style>
background-color css

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

 a { background-color: rgb(25,44,157); }

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

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

 span { border-color: rgb(25,44,157); }

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