#16348D

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

Shades of Egyptian Blue #16348D

Tints of Egyptian Blue #16348D

Color information

#16348D (or 0x16348D) is unknown color: approx Egyptian Blue. HEX triplet: 16, 34 and 8D. RGB value is (22,52,141). Sum of RGB (Red+Green+Blue) = 22+52+141=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #16348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16348D is #E9CB72. Grayscale: #343434. Windows color (decimal): -15321971 or 9253910. OLE color: 9253910.

HSL color Cylindrical-coordinate representation of color #16348D: hue angle of 224.87º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16348D is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2252141-
CMYK0.840.6300.45
HSL224.87º73.01%31.96%-
HSV(B)224.87º84.4%55.29%-
XYZ6.374.5525.74-
YUV53.18177.56105.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.23%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 141 (55.47% from 255) = 65.58%
R=10.23%
G=24.19%
B=65.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22521410.840.6300.45224.8773.0131.96
Hex16348D543F02De14920
Octal26642151247705534111140
Binary101101101001000110110101001111110101101111000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,52,141); }

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

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

 a { background-color: rgb(22,52,141); }

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

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

 span { border-color: rgb(22,52,141); }

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