#103F9C

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

Shades of Egyptian Blue #103F9C

Tints of Egyptian Blue #103F9C

Color information

#103F9C (or 0x103F9C) is unknown color: approx Egyptian Blue. HEX triplet: 10, 3F and 9C. RGB value is (16,63,156). Sum of RGB (Red+Green+Blue) = 16+63+156=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #103F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103F9C is #EFC063. Grayscale: #3B3B3B. Windows color (decimal): -15712356 or 10239760. OLE color: 10239760.

HSL color Cylindrical-coordinate representation of color #103F9C: hue angle of 219.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103F9C is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1663156-
CMYK0.900.6000.39
HSL219.86º81.4%33.73%-
HSV(B)219.86º89.74%61.18%-
XYZ7.996.0732.2-
YUV59.55182.4396.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.81%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 156 (61.33% from 255) = 66.38%
R=6.81%
G=26.81%
B=66.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16631560.900.6000.39219.8681.433.73
Hex103F9C5A3C027dc5122
Octal20772341327404733412142
Binary100001111111001110010110101111000100111110111001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103F9C; }

 p { color: rgb(16,63,156); }

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

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

 a { background-color: rgb(16,63,156); }

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

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

 span { border-color: rgb(16,63,156); }

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