#163A98

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

Shades of Egyptian Blue #163A98

Tints of Egyptian Blue #163A98

Color information

#163A98 (or 0x163A98) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3A and 98. RGB value is (22,58,152). Sum of RGB (Red+Green+Blue) = 22+58+152=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #163A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163A98 is #E9C567. Grayscale: #393939. Windows color (decimal): -15320424 or 9976342. OLE color: 9976342.

HSL color Cylindrical-coordinate representation of color #163A98: hue angle of 223.38º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #163A98 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2258152-
CMYK0.860.6200.40
HSL223.38º74.71%34.12%-
HSV(B)223.38º85.53%59.61%-
XYZ7.515.4630.36-
YUV57.95181.07102.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.48%
GREEN value IS 58 (23.05% from 255) = 25%
BLUE value IS 152 (59.77% from 255) = 65.52%
R=9.48%
G=25%
B=65.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22581520.860.6200.40223.3874.7134.12
Hex163A98563E028df4b22
Octal26722301267605033711342
Binary101101110101001100010101101111100101000110111111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163A98; }

 p { color: rgb(22,58,152); }

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

<style>
 a { background-color: #163A98; }

 a { background-color: rgb(22,58,152); }

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

<style>
 span { border-color: #163A98; }

 span { border-color: rgb(22,58,152); }

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