#103EC0

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

Shades of Persian Blue #103EC0

Tints of Persian Blue #103EC0

Color information

#103EC0 (or 0x103EC0) is unknown color: approx Persian Blue. HEX triplet: 10, 3E and C0. RGB value is (16,62,192). Sum of RGB (Red+Green+Blue) = 16+62+192=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 192 (75.39% from 255 or 71.11% from 270); Max value from RGB is 192 - color contains mainly: blue. Hex color #103EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103EC0 is #EFC13F. Grayscale: #3E3E3E. Windows color (decimal): -15712576 or 12598800. OLE color: 12598800.

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

Color convert

RGB1662192-
CMYK0.920.6800.25
HSL224.32º84.62%40.78%-
HSV(B)224.32º91.67%75.29%-
XYZ11.457.3650.69-
YUV63.07200.7694.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.93%
GREEN value IS 62 (24.61% from 255) = 22.96%
BLUE value IS 192 (75.39% from 255) = 71.11%
R=5.93%
G=22.96%
B=71.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16621920.920.6800.25224.3284.6240.78
Hex103EC05C44019e05529
Octal207630013410403134012551
Binary100001111101100000010111001000100011001111000001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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