#192baa

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

Shades of Egyptian Blue #192BAA

Tints of Egyptian Blue #192BAA

Color information

#192BAA (or 0x192BAA) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2B and AA. RGB value is (25,43,170). Sum of RGB (Red+Green+Blue) = 25+43+170=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #192BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192BAA is #E6D455. Grayscale: #333333. Windows color (decimal): -15127638 or 11152153. OLE color: 11152153.

HSL color Cylindrical-coordinate representation of color #192BAA: hue angle of 232.55º 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 #192BAA is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2543170-
CMYK0.850.7500.33
HSL232.55º74.36%38.24%-
HSV(B)232.55º85.29%66.67%-
XYZ8.524.8438.51-
YUV52.1194.54108.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 170 (66.80% from 255) = 71.43%
R=10.50%
G=18.07%
B=71.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25431700.850.7500.33232.5574.3638.24
Hex192BAA554B021e94a26
Octal315325212511304135111246
Binary1100110101110101010101010110010110100001111010011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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