#1036E1

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

Shades of Persian Blue #1036E1

Tints of Persian Blue #1036E1

Color information

#1036E1 (or 0x1036E1) is unknown color: approx Persian Blue. HEX triplet: 10, 36 and E1. RGB value is (16,54,225). Sum of RGB (Red+Green+Blue) = 16+54+225=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 225 (88.28% from 255 or 76.27% from 295); Max value from RGB is 225 - color contains mainly: blue. Hex color #1036E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1036E1 is #EFC91E. Grayscale: #3D3D3D. Windows color (decimal): -15714591 or 14759440. OLE color: 14759440.

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

Color convert

RGB1654225-
CMYK0.930.7600.12
HSL229.09º86.72%47.25%-
HSV(B)229.09º92.89%88.24%-
XYZ15.128.1872.02-
YUV62.13219.9195.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.42%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 225 (88.28% from 255) = 76.27%
R=5.42%
G=18.31%
B=76.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal16542250.930.7600.12229.0986.7247.25
Hex1036E15D4C0Ce5572f
Octal206634113511401434512757
Binary10000110110111000011011101100110001100111001011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1036E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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