#1144ee

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

Shades of Persian Blue #1144EE

Tints of Persian Blue #1144EE

Color information

#1144EE (or 0x1144EE) is unknown color: approx Persian Blue. HEX triplet: 11, 44 and EE. RGB value is (17,68,238). Sum of RGB (Red+Green+Blue) = 17+68+238=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 238 (93.36% from 255 or 73.68% from 323); Max value from RGB is 238 - color contains mainly: blue. Hex color #1144EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1144EE is #EEBB11. Grayscale: #474747. Windows color (decimal): -15645458 or 15614993. OLE color: 15614993.

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

Color convert

RGB1768238-
CMYK0.930.7100.07
HSL226.15º86.67%50%-
HSV(B)226.15º92.86%93.33%-
XYZ17.7310.4381.97-
YUV72.13221.688.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.26%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 238 (93.36% from 255) = 73.68%
R=5.26%
G=21.05%
B=73.68%

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
Decimal17682380.930.7100.07226.1586.6750
Hex1144EE5D4707e25732
Octal211043561351070734212762
Binary10001100010011101110101110110001110111111000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1144ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1144ee; }

 p { color: rgb(17,68,238); }

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

<style>
 a { background-color: #1144ee; }

 a { background-color: rgb(17,68,238); }

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

<style>
 span { border-color: #1144ee; }

 span { border-color: rgb(17,68,238); }

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