#162398

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

Shades of Egyptian Blue #162398

Tints of Egyptian Blue #162398

Color information

#162398 (or 0x162398) is unknown color: approx Egyptian Blue. HEX triplet: 16, 23 and 98. RGB value is (22,35,152). Sum of RGB (Red+Green+Blue) = 22+35+152=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #162398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162398 is #E9DC67. Grayscale: #2B2B2B. Windows color (decimal): -15326312 or 9970454. OLE color: 9970454.

HSL color Cylindrical-coordinate representation of color #162398: hue angle of 234º 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 #162398 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2235152-
CMYK0.860.7700.40
HSL234º74.71%34.12%-
HSV(B)234º85.53%59.61%-
XYZ6.63.6430.06-
YUV44.45188.69111.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 152 (59.77% from 255) = 72.73%
R=10.53%
G=16.75%
B=72.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22351520.860.7700.4023474.7134.12
Hex162398564D028ea4b22
Octal264323012611505035211342
Binary1011010001110011000101011010011010101000111010101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162398; }

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

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

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

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

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

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

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

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