#104199

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

Shades of Egyptian Blue #104199

Tints of Egyptian Blue #104199

Color information

#104199 (or 0x104199) is unknown color: approx Egyptian Blue. HEX triplet: 10, 41 and 99. RGB value is (16,65,153). Sum of RGB (Red+Green+Blue) = 16+65+153=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #104199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104199 is #EFBE66. Grayscale: #3B3B3B. Windows color (decimal): -15711847 or 10043664. OLE color: 10043664.

HSL color Cylindrical-coordinate representation of color #104199: hue angle of 218.54º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104199 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1665153-
CMYK0.900.5800.4
HSL218.54º81.07%33.14%-
HSV(B)218.54º89.54%60%-
XYZ7.856.1930.92-
YUV60.38180.2796.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.84%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 153 (60.16% from 255) = 65.38%
R=6.84%
G=27.78%
B=65.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal16651530.900.5800.4218.5481.0733.14
Hex1041995A3A028db5121
Octal201012311327205033312141
Binary1000010000011001100110110101110100101000110110111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104199; }

 p { color: rgb(16,65,153); }

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

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

 a { background-color: rgb(16,65,153); }

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

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

 span { border-color: rgb(16,65,153); }

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