#103AF7

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

Shades of Persian Blue #103AF7

Tints of Persian Blue #103AF7

Color information

#103AF7 (or 0x103AF7) is unknown color: approx Persian Blue. HEX triplet: 10, 3A and F7. RGB value is (16,58,247). Sum of RGB (Red+Green+Blue) = 16+58+247=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 247 (96.88% from 255 or 76.95% from 321); Max value from RGB is 247 - color contains mainly: blue. Hex color #103AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103AF7 is #EFC508. Grayscale: #424242. Windows color (decimal): -15713545 or 16202256. OLE color: 16202256.

HSL color Cylindrical-coordinate representation of color #103AF7: hue angle of 229.09º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #103AF7 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1658247-
CMYK0.940.7700.03
HSL229.09º93.52%51.57%-
HSV(B)229.09º93.52%96.86%-
XYZ18.529.8588.92-
YUV66.99229.5991.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.98%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 247 (96.88% from 255) = 76.95%
R=4.98%
G=18.07%
B=76.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal16582470.940.7700.03229.0993.5251.57
Hex103AF75E4D03e55e34
Octal20723671361150334513664
Binary100001110101111011110111101001101011111001011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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