#103FC5

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

Shades of Persian Blue #103FC5

Tints of Persian Blue #103FC5

Color information

#103FC5 (or 0x103FC5) is unknown color: approx Persian Blue. HEX triplet: 10, 3F and C5. RGB value is (16,63,197). Sum of RGB (Red+Green+Blue) = 16+63+197=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 197 (77.34% from 255 or 71.38% from 276); Max value from RGB is 197 - color contains mainly: blue. Hex color #103FC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FC5 is #EFC03A. Grayscale: #3F3F3F. Windows color (decimal): -15712315 or 12926736. OLE color: 12926736.

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

Color convert

RGB1663197-
CMYK0.920.6800.23
HSL224.42º84.98%41.76%-
HSV(B)224.42º91.88%77.25%-
XYZ12.077.753.67-
YUV64.22202.9393.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.80%
GREEN value IS 63 (25% from 255) = 22.83%
BLUE value IS 197 (77.34% from 255) = 71.38%
R=5.80%
G=22.83%
B=71.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16631970.920.6800.23224.4284.9841.76
Hex103FC55C44017e0552a
Octal207730513410402734012552
Binary100001111111100010110111001000100010111111000001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,63,197); }

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

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

 a { background-color: rgb(16,63,197); }

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

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

 span { border-color: rgb(16,63,197); }

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