#103AC6

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

Shades of Persian Blue #103AC6

Tints of Persian Blue #103AC6

Color information

#103AC6 (or 0x103AC6) is unknown color: approx Persian Blue. HEX triplet: 10, 3A and C6. RGB value is (16,58,198). Sum of RGB (Red+Green+Blue) = 16+58+198=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 198 (77.73% from 255 or 72.79% from 272); Max value from RGB is 198 - color contains mainly: blue. Hex color #103AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103AC6 is #EFC539. Grayscale: #3C3C3C. Windows color (decimal): -15713594 or 12990992. OLE color: 12990992.

HSL color Cylindrical-coordinate representation of color #103AC6: hue angle of 226.15º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103AC6 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1658198-
CMYK0.920.7100.22
HSL226.15º85.05%41.96%-
HSV(B)226.15º91.92%77.65%-
XYZ11.927.2154.19-
YUV61.4205.0995.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.88%
GREEN value IS 58 (23.05% from 255) = 21.32%
BLUE value IS 198 (77.73% from 255) = 72.79%
R=5.88%
G=21.32%
B=72.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16581980.920.7100.22226.1585.0541.96
Hex103AC65C47016e2552a
Octal207230613410702634212552
Binary100001110101100011010111001000111010110111000101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,58,198); }

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

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

 a { background-color: rgb(16,58,198); }

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

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

 span { border-color: rgb(16,58,198); }

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