#1036B6

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

Shades of Persian Blue #1036B6

Tints of Persian Blue #1036B6

Color information

#1036B6 (or 0x1036B6) is unknown color: approx Persian Blue. HEX triplet: 10, 36 and B6. RGB value is (16,54,182). Sum of RGB (Red+Green+Blue) = 16+54+182=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 182 (71.48% from 255 or 72.22% from 252); Max value from RGB is 182 - color contains mainly: blue. Hex color #1036B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1036B6 is #EFC949. Grayscale: #383838. Windows color (decimal): -15714634 or 11941392. OLE color: 11941392.

HSL color Cylindrical-coordinate representation of color #1036B6: hue angle of 226.27º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1036B6 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1654182-
CMYK0.910.7000.29
HSL226.27º83.84%38.82%-
HSV(B)226.27º91.21%71.37%-
XYZ9.986.1344.91-
YUV57.23198.4198.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.35%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 182 (71.48% from 255) = 72.22%
R=6.35%
G=21.43%
B=72.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16541820.910.7000.29226.2783.8438.82
Hex1036B65B4601De25427
Octal206626613310603534212447
Binary100001101101011011010110111000110011101111000101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1036B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1036B6; }

 p { color: rgb(16,54,182); }

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

<style>
 a { background-color: #1036B6; }

 a { background-color: rgb(16,54,182); }

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

<style>
 span { border-color: #1036B6; }

 span { border-color: rgb(16,54,182); }

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