#103797

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

Shades of Egyptian Blue #103797

Tints of Egyptian Blue #103797

Color information

#103797 (or 0x103797) is unknown color: approx Egyptian Blue. HEX triplet: 10, 37 and 97. RGB value is (16,55,151). Sum of RGB (Red+Green+Blue) = 16+55+151=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #103797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103797 is #EFC868. Grayscale: #353535. Windows color (decimal): -15714409 or 9910032. OLE color: 9910032.

HSL color Cylindrical-coordinate representation of color #103797: hue angle of 222.67º 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 #103797 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1655151-
CMYK0.890.6400.41
HSL222.67º80.84%32.75%-
HSV(B)222.67º89.4%59.22%-
XYZ7.175.0829.88-
YUV54.28182.58100.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.21%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 151 (59.38% from 255) = 68.02%
R=7.21%
G=24.77%
B=68.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16551510.890.6400.41222.6780.8432.75
Hex1037975940029df5121
Octal206722713110005133712141
Binary1000011011110010111101100110000000101001110111111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103797; }

 p { color: rgb(16,55,151); }

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

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

 a { background-color: rgb(16,55,151); }

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

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

 span { border-color: rgb(16,55,151); }

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