#103FCF

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

Shades of Persian Blue #103FCF

Tints of Persian Blue #103FCF

Color information

#103FCF (or 0x103FCF) is unknown color: approx Persian Blue. HEX triplet: 10, 3F and CF. RGB value is (16,63,207). Sum of RGB (Red+Green+Blue) = 16+63+207=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #103FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FCF is #EFC030. Grayscale: #404040. Windows color (decimal): -15712305 or 13582096. OLE color: 13582096.

HSL color Cylindrical-coordinate representation of color #103FCF: hue angle of 225.24º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103FCF is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1663207-
CMYK0.920.7000.19
HSL225.24º85.65%43.73%-
HSV(B)225.24º92.27%81.18%-
XYZ13.258.1759.91-
YUV65.36207.9392.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.59%
GREEN value IS 63 (25% from 255) = 22.03%
BLUE value IS 207 (81.25% from 255) = 72.38%
R=5.59%
G=22.03%
B=72.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal16632070.920.7000.19225.2485.6543.73
Hex103FCF5C46013e1562c
Octal207731713410602334112654
Binary100001111111100111110111001000110010011111000011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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