#1041EE

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

Shades of Persian Blue #1041EE

Tints of Persian Blue #1041EE

Color information

#1041EE (or 0x1041EE) is unknown color: approx Persian Blue. HEX triplet: 10, 41 and EE. RGB value is (16,65,238). Sum of RGB (Red+Green+Blue) = 16+65+238=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #1041EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1041EE is #EFBE11. Grayscale: #454545. Windows color (decimal): -15711762 or 15614224. OLE color: 15614224.

HSL color Cylindrical-coordinate representation of color #1041EE: hue angle of 226.76º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1041EE is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1665238-
CMYK0.930.7300.07
HSL226.76º87.4%49.8%-
HSV(B)226.76º93.28%93.33%-
XYZ17.5410.0681.91-
YUV70.07222.7789.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.02%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 238 (93.36% from 255) = 74.61%
R=5.02%
G=20.38%
B=74.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal16652380.930.7300.07226.7687.449.8
Hex1041EE5D4907e35732
Octal201013561351110734312762
Binary10000100000111101110101110110010010111111000111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1041EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1041EE; }

 p { color: rgb(16,65,238); }

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

<style>
 a { background-color: #1041EE; }

 a { background-color: rgb(16,65,238); }

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

<style>
 span { border-color: #1041EE; }

 span { border-color: rgb(16,65,238); }

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