#103BED

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

Shades of Persian Blue #103BED

Tints of Persian Blue #103BED

Color information

#103BED (or 0x103BED) is unknown color: approx Persian Blue. HEX triplet: 10, 3B and ED. RGB value is (16,59,237). Sum of RGB (Red+Green+Blue) = 16+59+237=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 237 (92.97% from 255 or 75.96% from 312); Max value from RGB is 237 - color contains mainly: blue. Hex color #103BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103BED is #EFC412. Grayscale: #414141. Windows color (decimal): -15713299 or 15547152. OLE color: 15547152.

HSL color Cylindrical-coordinate representation of color #103BED: hue angle of 228.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103BED is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1659237-
CMYK0.930.7500.07
HSL228.33º87.35%49.61%-
HSV(B)228.33º93.25%92.94%-
XYZ17.069.3581.03-
YUV66.44224.2592.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.13%
GREEN value IS 59 (23.44% from 255) = 18.91%
BLUE value IS 237 (92.97% from 255) = 75.96%
R=5.13%
G=18.91%
B=75.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal16592370.930.7500.07228.3387.3549.61
Hex103BED5D4B07e45732
Octal20733551351130734412762
Binary1000011101111101101101110110010110111111001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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