#103697

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

Shades of Egyptian Blue #103697

Tints of Egyptian Blue #103697

Color information

#103697 (or 0x103697) is unknown color: approx Egyptian Blue. HEX triplet: 10, 36 and 97. RGB value is (16,54,151). Sum of RGB (Red+Green+Blue) = 16+54+151=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #103697 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103697 is #EFC968. Grayscale: #353535. Windows color (decimal): -15714665 or 9909776. OLE color: 9909776.

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

Color convert

RGB1654151-
CMYK0.890.6400.41
HSL223.11º80.84%32.75%-
HSV(B)223.11º89.4%59.22%-
XYZ7.124.9829.86-
YUV53.7182.91101.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 151 (59.38% from 255) = 68.33%
R=7.24%
G=24.43%
B=68.33%

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
Decimal16541510.890.6400.41223.1180.8432.75
Hex1036975940029df5121
Octal206622713110005133712141
Binary1000011011010010111101100110000000101001110111111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103697; }

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

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

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

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

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

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

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

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