#1032BE

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

Shades of Persian Blue #1032BE

Tints of Persian Blue #1032BE

Color information

#1032BE (or 0x1032BE) is unknown color: approx Persian Blue. HEX triplet: 10, 32 and BE. RGB value is (16,50,190). Sum of RGB (Red+Green+Blue) = 16+50+190=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #1032BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1032BE is #EFCD41. Grayscale: #373737. Windows color (decimal): -15715650 or 12464656. OLE color: 12464656.

HSL color Cylindrical-coordinate representation of color #1032BE: hue angle of 228.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1032BE is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1650190-
CMYK0.920.7400.25
HSL228.28º84.47%40.39%-
HSV(B)228.28º91.58%74.51%-
XYZ10.656.1149.33-
YUV55.79203.7499.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 190 (74.61% from 255) = 74.22%
R=6.25%
G=19.53%
B=74.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16501900.920.7400.25228.2884.4740.39
Hex1032BE5C4A019e45428
Octal206227613411203134412450
Binary100001100101011111010111001001010011001111001001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1032BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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