#103596

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

Shades of Egyptian Blue #103596

Tints of Egyptian Blue #103596

Color information

#103596 (or 0x103596) is unknown color: approx Egyptian Blue. HEX triplet: 10, 35 and 96. RGB value is (16,53,150). Sum of RGB (Red+Green+Blue) = 16+53+150=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #103596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103596 is #EFCA69. Grayscale: #343434. Windows color (decimal): -15714922 or 9843984. OLE color: 9843984.

HSL color Cylindrical-coordinate representation of color #103596: hue angle of 223.43º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103596 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1653150-
CMYK0.890.6500.41
HSL223.43º80.72%32.55%-
HSV(B)223.43º89.33%58.82%-
XYZ6.994.8629.42-
YUV53182.74101.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=7.31%
G=24.20%
B=68.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16531500.890.6500.41223.4380.7232.55
Hex1035965941029df5121
Octal206522613110105133712141
Binary1000011010110010110101100110000010101001110111111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103596; }

 p { color: rgb(16,53,150); }

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

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

 a { background-color: rgb(16,53,150); }

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

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

 span { border-color: rgb(16,53,150); }

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