#192F93

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

Shades of Egyptian Blue #192F93

Tints of Egyptian Blue #192F93

Color information

#192F93 (or 0x192F93) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2F and 93. RGB value is (25,47,147). Sum of RGB (Red+Green+Blue) = 25+47+147=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #192F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192F93 is #E6D06C. Grayscale: #333333. Windows color (decimal): -15126637 or 9645849. OLE color: 9645849.

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

Color convert

RGB2547147-
CMYK0.830.6800.42
HSL229.18º70.93%33.73%-
HSV(B)229.18º82.99%57.65%-
XYZ6.684.3528.09-
YUV51.82181.71108.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 47 (18.75% from 255) = 21.46%
BLUE value IS 147 (57.81% from 255) = 67.12%
R=11.42%
G=21.46%
B=67.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25471470.830.6800.42229.1870.9333.73
Hex192F93534402Ae54722
Octal315722312310405234510742
Binary1100110111110010011101001110001000101010111001011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,47,147); }

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

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

 a { background-color: rgb(25,47,147); }

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

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

 span { border-color: rgb(25,47,147); }

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