#192faa

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

Shades of Egyptian Blue #192FAA

Tints of Egyptian Blue #192FAA

Color information

#192FAA (or 0x192FAA) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2F and AA. RGB value is (25,47,170). Sum of RGB (Red+Green+Blue) = 25+47+170=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #192FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192FAA is #E6D055. Grayscale: #353535. Windows color (decimal): -15126614 or 11153177. OLE color: 11153177.

HSL color Cylindrical-coordinate representation of color #192FAA: hue angle of 230.9º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #192FAA is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2547170-
CMYK0.850.7200.33
HSL230.9º74.36%38.24%-
HSV(B)230.9º85.29%66.67%-
XYZ8.675.1438.57-
YUV54.44193.21107-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 47 (18.75% from 255) = 19.42%
BLUE value IS 170 (66.80% from 255) = 70.25%
R=10.33%
G=19.42%
B=70.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25471700.850.7200.33230.974.3638.24
Hex192FAA5548021e74a26
Octal315725212511004134711246
Binary1100110111110101010101010110010000100001111001111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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