#192AAB

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

Shades of Egyptian Blue #192AAB

Tints of Egyptian Blue #192AAB

Color information

#192AAB (or 0x192AAB) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2A and AB. RGB value is (25,42,171). Sum of RGB (Red+Green+Blue) = 25+42+171=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #192AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192AAB is #E6D554. Grayscale: #333333. Windows color (decimal): -15127893 or 11217433. OLE color: 11217433.

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

Color convert

RGB2542171-
CMYK0.850.7500.33
HSL233.01º74.49%38.43%-
HSV(B)233.01º85.38%67.06%-
XYZ8.584.839-
YUV51.62195.37109.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 42 (16.80% from 255) = 17.65%
BLUE value IS 171 (67.19% from 255) = 71.85%
R=10.50%
G=17.65%
B=71.85%

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
Decimal25421710.850.7500.33233.0174.4938.43
Hex192AAB554B021e94a26
Octal315225312511304135111246
Binary1100110101010101011101010110010110100001111010011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,42,171); }

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

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

 a { background-color: rgb(25,42,171); }

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

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

 span { border-color: rgb(25,42,171); }

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