#103BB2

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

Shades of Egyptian Blue #103BB2

Tints of Egyptian Blue #103BB2

Color information

#103BB2 (or 0x103BB2) is unknown color: approx Egyptian Blue. HEX triplet: 10, 3B and B2. RGB value is (16,59,178). Sum of RGB (Red+Green+Blue) = 16+59+178=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 178 (69.92% from 255 or 70.36% from 253); Max value from RGB is 178 - color contains mainly: blue. Hex color #103BB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BB2 is #EFC44D. Grayscale: #3B3B3B. Windows color (decimal): -15713358 or 11680528. OLE color: 11680528.

HSL color Cylindrical-coordinate representation of color #103BB2: hue angle of 224.07º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103BB2 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1659178-
CMYK0.910.6700.30
HSL224.07º83.51%38.04%-
HSV(B)224.07º91.01%69.8%-
XYZ9.816.4542.85-
YUV59.71194.7596.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.32%
GREEN value IS 59 (23.44% from 255) = 23.32%
BLUE value IS 178 (69.92% from 255) = 70.36%
R=6.32%
G=23.32%
B=70.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16591780.910.6700.30224.0783.5138.04
Hex103BB25B4301Ee05426
Octal207326213310303634012446
Binary100001110111011001010110111000011011110111000001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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