#1145ED

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

Shades of Persian Blue #1145ED

Tints of Persian Blue #1145ED

Color information

#1145ED (or 0x1145ED) is unknown color: approx Persian Blue. HEX triplet: 11, 45 and ED. RGB value is (17,69,237). Sum of RGB (Red+Green+Blue) = 17+69+237=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 237 (92.97% from 255 or 73.37% from 323); Max value from RGB is 237 - color contains mainly: blue. Hex color #1145ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1145ED is #EEBA12. Grayscale: #474747. Windows color (decimal): -15645203 or 15549713. OLE color: 15549713.

HSL color Cylindrical-coordinate representation of color #1145ED: hue angle of 225.82º 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 #1145ED is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1769237-
CMYK0.930.7100.07
HSL225.82º86.61%49.8%-
HSV(B)225.82º92.83%92.94%-
XYZ17.6510.4981.22-
YUV72.6220.7788.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.26%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 237 (92.97% from 255) = 73.37%
R=5.26%
G=21.36%
B=73.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17692370.930.7100.07225.8286.6149.8
Hex1145ED5D4707e25732
Octal211053551351070734212762
Binary10001100010111101101101110110001110111111000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1145ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1145ED; }

 p { color: rgb(17,69,237); }

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

<style>
 a { background-color: #1145ED; }

 a { background-color: rgb(17,69,237); }

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

<style>
 span { border-color: #1145ED; }

 span { border-color: rgb(17,69,237); }

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