#103faf

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

Shades of Egyptian Blue #103FAF

Tints of Egyptian Blue #103FAF

Color information

#103FAF (or 0x103FAF) is unknown color: approx Egyptian Blue. HEX triplet: 10, 3F and AF. RGB value is (16,63,175). Sum of RGB (Red+Green+Blue) = 16+63+175=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #103FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103FAF is #EFC050. Grayscale: #3D3D3D. Windows color (decimal): -15712337 or 11484944. OLE color: 11484944.

HSL color Cylindrical-coordinate representation of color #103FAF: hue angle of 222.26º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103FAF is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1663175-
CMYK0.910.6400.31
HSL222.26º83.25%37.45%-
HSV(B)222.26º90.86%68.63%-
XYZ9.736.7641.35-
YUV61.71191.9395.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.30%
GREEN value IS 63 (25% from 255) = 24.80%
BLUE value IS 175 (68.75% from 255) = 68.90%
R=6.30%
G=24.80%
B=68.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16631750.910.6400.31222.2683.2537.45
Hex103FAF5B4001Fde5325
Octal207725713310003733612345
Binary100001111111010111110110111000000011111110111101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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