#1034BA

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

Shades of Persian Blue #1034BA

Tints of Persian Blue #1034BA

Color information

#1034BA (or 0x1034BA) is unknown color: approx Persian Blue. HEX triplet: 10, 34 and BA. RGB value is (16,52,186). Sum of RGB (Red+Green+Blue) = 16+52+186=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #1034BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1034BA is #EFCB45. Grayscale: #373737. Windows color (decimal): -15715142 or 12203024. OLE color: 12203024.

HSL color Cylindrical-coordinate representation of color #1034BA: hue angle of 227.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1034BA is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1652186-
CMYK0.910.7200.27
HSL227.29º84.16%39.61%-
HSV(B)227.29º91.4%72.94%-
XYZ10.36.1147.09-
YUV56.51201.0799.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.30%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 186 (73.05% from 255) = 73.23%
R=6.30%
G=20.47%
B=73.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16521860.910.7200.27227.2984.1639.61
Hex1034BA5B4801Be35428
Octal206427213311003334312450
Binary100001101001011101010110111001000011011111000111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1034BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1034BA; }

 p { color: rgb(16,52,186); }

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

<style>
 a { background-color: #1034BA; }

 a { background-color: rgb(16,52,186); }

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

<style>
 span { border-color: #1034BA; }

 span { border-color: rgb(16,52,186); }

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