#193A92

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

Shades of Egyptian Blue #193A92

Tints of Egyptian Blue #193A92

Color information

#193A92 (or 0x193A92) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3A and 92. RGB value is (25,58,146). Sum of RGB (Red+Green+Blue) = 25+58+146=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #193A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193A92 is #E6C56D. Grayscale: #393939. Windows color (decimal): -15123822 or 9583129. OLE color: 9583129.

HSL color Cylindrical-coordinate representation of color #193A92: hue angle of 223.64º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193A92 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2558146-
CMYK0.830.6000.43
HSL223.64º70.76%33.53%-
HSV(B)223.64º82.88%57.25%-
XYZ7.15.3127.84-
YUV58.17177.57104.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 146 (57.42% from 255) = 63.76%
R=10.92%
G=25.33%
B=63.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25581460.830.6000.43223.6470.7633.53
Hex193A92533C02Be04722
Octal31722221237405334010742
Binary110011110101001001010100111111000101011111000001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193A92; }

 p { color: rgb(25,58,146); }

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

<style>
 a { background-color: #193A92; }

 a { background-color: rgb(25,58,146); }

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

<style>
 span { border-color: #193A92; }

 span { border-color: rgb(25,58,146); }

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