#103be6

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

Shades of Persian Blue #103BE6

Tints of Persian Blue #103BE6

Color information

#103BE6 (or 0x103BE6) is unknown color: approx Persian Blue. HEX triplet: 10, 3B and E6. RGB value is (16,59,230). Sum of RGB (Red+Green+Blue) = 16+59+230=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 230 (90.23% from 255 or 75.41% from 305); Max value from RGB is 230 - color contains mainly: blue. Hex color #103BE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103BE6 is #EFC419. Grayscale: #404040. Windows color (decimal): -15713306 or 15088400. OLE color: 15088400.

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

Color convert

RGB1659230-
CMYK0.930.7400.10
HSL227.94º86.99%48.24%-
HSV(B)227.94º93.04%90.2%-
XYZ16.068.9575.74-
YUV65.64220.7592.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 230 (90.23% from 255) = 75.41%
R=5.25%
G=19.34%
B=75.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal16592300.930.7400.10227.9486.9948.24
Hex103BE65D4A0Ae45730
Octal207334613511201234412760
Binary10000111011111001101011101100101001010111001001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103be6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,59,230); }

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

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

 a { background-color: rgb(16,59,230); }

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

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

 span { border-color: rgb(16,59,230); }

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