#1032EB

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

Shades of Persian Blue #1032EB

Tints of Persian Blue #1032EB

Color information

#1032EB (or 0x1032EB) is unknown color: approx Persian Blue. HEX triplet: 10, 32 and EB. RGB value is (16,50,235). Sum of RGB (Red+Green+Blue) = 16+50+235=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #1032EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1032EB is #EFCD14. Grayscale: #3C3C3C. Windows color (decimal): -15715605 or 15413776. OLE color: 15413776.

HSL color Cylindrical-coordinate representation of color #1032EB: hue angle of 230.68º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1032EB is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1650235-
CMYK0.930.7900.08
HSL230.68º87.25%49.22%-
HSV(B)230.68º93.19%92.16%-
XYZ16.358.3979.35-
YUV60.92226.2495.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.32%
GREEN value IS 50 (19.92% from 255) = 16.61%
BLUE value IS 235 (92.19% from 255) = 78.07%
R=5.32%
G=16.61%
B=78.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal16502350.930.7900.08230.6887.2549.22
Hex1032EB5D4F08e75731
Octal206235313511701034712761
Binary10000110010111010111011101100111101000111001111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1032EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1032EB; }

 p { color: rgb(16,50,235); }

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

<style>
 a { background-color: #1032EB; }

 a { background-color: rgb(16,50,235); }

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

<style>
 span { border-color: #1032EB; }

 span { border-color: rgb(16,50,235); }

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