#103095

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

Shades of Egyptian Blue #103095

Tints of Egyptian Blue #103095

Color information

#103095 (or 0x103095) is unknown color: approx Egyptian Blue. HEX triplet: 10, 30 and 95. RGB value is (16,48,149). Sum of RGB (Red+Green+Blue) = 16+48+149=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #103095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103095 is #EFCF6A. Grayscale: #313131. Windows color (decimal): -15716203 or 9777168. OLE color: 9777168.

HSL color Cylindrical-coordinate representation of color #103095: hue angle of 225.56º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103095 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1648149-
CMYK0.890.6800.42
HSL225.56º80.61%32.35%-
HSV(B)225.56º89.26%58.43%-
XYZ6.74.3928.93-
YUV49.95183.9103.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 149 (58.59% from 255) = 69.95%
R=7.51%
G=22.54%
B=69.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16481490.890.6800.42225.5680.6132.35
Hex103095594402Ae25120
Octal206022513110405234212140
Binary1000011000010010101101100110001000101010111000101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103095; }

 p { color: rgb(16,48,149); }

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

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

 a { background-color: rgb(16,48,149); }

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

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

 span { border-color: rgb(16,48,149); }

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