#103DE9

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

Shades of Persian Blue #103DE9

Tints of Persian Blue #103DE9

Color information

#103DE9 (or 0x103DE9) is unknown color: approx Persian Blue. HEX triplet: 10, 3D and E9. RGB value is (16,61,233). Sum of RGB (Red+Green+Blue) = 16+61+233=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #103DE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103DE9 is #EFC216. Grayscale: #424242. Windows color (decimal): -15712791 or 15285520. OLE color: 15285520.

HSL color Cylindrical-coordinate representation of color #103DE9: hue angle of 227.56º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103DE9 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1661233-
CMYK0.930.7400.09
HSL227.56º87.15%48.82%-
HSV(B)227.56º93.13%91.37%-
XYZ16.599.3378.02-
YUV67.15221.5991.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.16%
GREEN value IS 61 (24.22% from 255) = 19.68%
BLUE value IS 233 (91.41% from 255) = 75.16%
R=5.16%
G=19.68%
B=75.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal16612330.930.7400.09227.5687.1548.82
Hex103DE95D4A09e45731
Octal207535113511201134412761
Binary10000111101111010011011101100101001001111001001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,61,233); }

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

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

 a { background-color: rgb(16,61,233); }

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

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

 span { border-color: rgb(16,61,233); }

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