#1036DD

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

Shades of Persian Blue #1036DD

Tints of Persian Blue #1036DD

Color information

#1036DD (or 0x1036DD) is unknown color: approx Persian Blue. HEX triplet: 10, 36 and DD. RGB value is (16,54,221). Sum of RGB (Red+Green+Blue) = 16+54+221=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #1036DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1036DD is #EFC922. Grayscale: #3C3C3C. Windows color (decimal): -15714595 or 14497296. OLE color: 14497296.

HSL color Cylindrical-coordinate representation of color #1036DD: hue angle of 228.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1036DD is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1654221-
CMYK0.930.7600.13
HSL228.88º86.5%46.47%-
HSV(B)228.88º92.76%86.67%-
XYZ14.587.9769.18-
YUV61.68217.9195.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.50%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 221 (86.72% from 255) = 75.95%
R=5.50%
G=18.56%
B=75.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16542210.930.7600.13228.8886.546.47
Hex1036DD5D4C0De5562e
Octal206633513511401534512656
Binary10000110110110111011011101100110001101111001011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1036DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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