#103EC2

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

Shades of Persian Blue #103EC2

Tints of Persian Blue #103EC2

Color information

#103EC2 (or 0x103EC2) is unknown color: approx Persian Blue. HEX triplet: 10, 3E and C2. RGB value is (16,62,194). Sum of RGB (Red+Green+Blue) = 16+62+194=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 194 (76.17% from 255 or 71.32% from 272); Max value from RGB is 194 - color contains mainly: blue. Hex color #103EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103EC2 is #EFC13D. Grayscale: #3E3E3E. Windows color (decimal): -15712574 or 12729872. OLE color: 12729872.

HSL color Cylindrical-coordinate representation of color #103EC2: hue angle of 224.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103EC2 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1662194-
CMYK0.920.6800.24
HSL224.49º84.76%41.18%-
HSV(B)224.49º91.75%76.08%-
XYZ11.677.4551.86-
YUV63.29201.7694.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.88%
GREEN value IS 62 (24.61% from 255) = 22.79%
BLUE value IS 194 (76.17% from 255) = 71.32%
R=5.88%
G=22.79%
B=71.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16621940.920.6800.24224.4984.7641.18
Hex103EC25C44018e05529
Octal207630213410403034012551
Binary100001111101100001010111001000100011000111000001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,62,194); }

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

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

 a { background-color: rgb(16,62,194); }

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

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

 span { border-color: rgb(16,62,194); }

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