#103BAF

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

Shades of Egyptian Blue #103BAF

Tints of Egyptian Blue #103BAF

Color information

#103BAF (or 0x103BAF) is unknown color: approx Egyptian Blue. HEX triplet: 10, 3B and AF. RGB value is (16,59,175). Sum of RGB (Red+Green+Blue) = 16+59+175=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #103BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BAF is #EFC450. Grayscale: #3A3A3A. Windows color (decimal): -15713361 or 11483920. OLE color: 11483920.

HSL color Cylindrical-coordinate representation of color #103BAF: hue angle of 223.77º 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 #103BAF is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1659175-
CMYK0.910.6600.31
HSL223.77º83.25%37.45%-
HSV(B)223.77º90.86%68.63%-
XYZ9.526.3341.28-
YUV59.37193.2597.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.4%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 175 (68.75% from 255) = 70%
R=6.4%
G=23.6%
B=70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16591750.910.6600.31223.7783.2537.45
Hex103BAF5B4201Fe05325
Octal207325713310203734012345
Binary100001110111010111110110111000010011111111000001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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