#16229D

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

Shades of Egyptian Blue #16229D

Tints of Egyptian Blue #16229D

Color information

#16229D (or 0x16229D) is unknown color: approx Egyptian Blue. HEX triplet: 16, 22 and 9D. RGB value is (22,34,157). Sum of RGB (Red+Green+Blue) = 22+34+157=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #16229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16229D is #E9DD62. Grayscale: #2B2B2B. Windows color (decimal): -15326563 or 10297878. OLE color: 10297878.

HSL color Cylindrical-coordinate representation of color #16229D: hue angle of 234.67º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16229D is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2234157-
CMYK0.860.7800.38
HSL234.67º75.42%35.1%-
HSV(B)234.67º85.99%61.57%-
XYZ6.993.7532.25-
YUV44.43191.52112-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 157 (61.72% from 255) = 73.71%
R=10.33%
G=15.96%
B=73.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22341570.860.7800.38234.6775.4235.1
Hex16229D564E026eb4b23
Octal264223512611604635311343
Binary1011010001010011101101011010011100100110111010111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16229D; }

 p { color: rgb(22,34,157); }

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

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

 a { background-color: rgb(22,34,157); }

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

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

 span { border-color: rgb(22,34,157); }

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