#1039B7

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

Shades of Persian Blue #1039B7

Tints of Persian Blue #1039B7

Color information

#1039B7 (or 0x1039B7) is unknown color: approx Persian Blue. HEX triplet: 10, 39 and B7. RGB value is (16,57,183). Sum of RGB (Red+Green+Blue) = 16+57+183=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 183 (71.88% from 255 or 71.48% from 256); Max value from RGB is 183 - color contains mainly: blue. Hex color #1039B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1039B7 is #EFC648. Grayscale: #3A3A3A. Windows color (decimal): -15713865 or 12007696. OLE color: 12007696.

HSL color Cylindrical-coordinate representation of color #1039B7: hue angle of 225.27º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1039B7 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1657183-
CMYK0.910.6900.28
HSL225.27º83.92%39.02%-
HSV(B)225.27º91.26%71.76%-
XYZ10.226.4645.51-
YUV59.1197.9297.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 183 (71.88% from 255) = 71.48%
R=6.25%
G=22.27%
B=71.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16571830.910.6900.28225.2783.9239.02
Hex1039B75B4501Ce15427
Octal207126713310503434112447
Binary100001110011011011110110111000101011100111000011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1039B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1039B7; }

 p { color: rgb(16,57,183); }

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

<style>
 a { background-color: #1039B7; }

 a { background-color: rgb(16,57,183); }

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

<style>
 span { border-color: #1039B7; }

 span { border-color: rgb(16,57,183); }

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