#1035E1

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

Shades of Persian Blue #1035E1

Tints of Persian Blue #1035E1

Color information

#1035E1 (or 0x1035E1) is unknown color: approx Persian Blue. HEX triplet: 10, 35 and E1. RGB value is (16,53,225). Sum of RGB (Red+Green+Blue) = 16+53+225=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 225 (88.28% from 255 or 76.53% from 294); Max value from RGB is 225 - color contains mainly: blue. Hex color #1035E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1035E1 is #EFCA1E. Grayscale: #3C3C3C. Windows color (decimal): -15714847 or 14759184. OLE color: 14759184.

HSL color Cylindrical-coordinate representation of color #1035E1: hue angle of 229.38º 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 #1035E1 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1653225-
CMYK0.930.7600.12
HSL229.38º86.72%47.25%-
HSV(B)229.38º92.89%88.24%-
XYZ15.088.0972-
YUV61.54220.2495.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.44%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 225 (88.28% from 255) = 76.53%
R=5.44%
G=18.03%
B=76.53%

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
Decimal16532250.930.7600.12229.3886.7247.25
Hex1035E15D4C0Ce5572f
Octal206534113511401434512757
Binary10000110101111000011011101100110001100111001011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1035E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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