#16269C

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

Shades of Egyptian Blue #16269C

Tints of Egyptian Blue #16269C

Color information

#16269C (or 0x16269C) is unknown color: approx Egyptian Blue. HEX triplet: 16, 26 and 9C. RGB value is (22,38,156). Sum of RGB (Red+Green+Blue) = 22+38+156=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #16269C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16269C is #E9D963. Grayscale: #2E2E2E. Windows color (decimal): -15325540 or 10233366. OLE color: 10233366.

HSL color Cylindrical-coordinate representation of color #16269C: hue angle of 232.84º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16269C is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2238156-
CMYK0.860.7600.39
HSL232.84º75.28%34.9%-
HSV(B)232.84º85.9%61.18%-
XYZ7.023.9631.85-
YUV46.67189.7110.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 156 (61.33% from 255) = 72.22%
R=10.19%
G=17.59%
B=72.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22381560.860.7600.39232.8475.2834.9
Hex16269C564C027e94b23
Octal264623412611404735111343
Binary1011010011010011100101011010011000100111111010011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16269C; }

 p { color: rgb(22,38,156); }

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

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

 a { background-color: rgb(22,38,156); }

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

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

 span { border-color: rgb(22,38,156); }

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