#1142DD

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

Shades of Persian Blue #1142DD

Tints of Persian Blue #1142DD

Color information

#1142DD (or 0x1142DD) is unknown color: approx Persian Blue. HEX triplet: 11, 42 and DD. RGB value is (17,66,221). Sum of RGB (Red+Green+Blue) = 17+66+221=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #1142DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1142DD is #EEBD22. Grayscale: #444444. Windows color (decimal): -15645987 or 14500369. OLE color: 14500369.

HSL color Cylindrical-coordinate representation of color #1142DD: hue angle of 225.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1142DD is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1766221-
CMYK0.920.7000.13
HSL225.59º85.71%46.67%-
HSV(B)225.59º92.31%86.67%-
XYZ15.239.2469.39-
YUV69.02213.7790.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.59%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 221 (86.72% from 255) = 72.70%
R=5.59%
G=21.71%
B=72.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17662210.920.7000.13225.5985.7146.67
Hex1142DD5C460De2562f
Octal2110233513410601534212657
Binary100011000010110111011011100100011001101111000101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1142DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1142DD; }

 p { color: rgb(17,66,221); }

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

<style>
 a { background-color: #1142DD; }

 a { background-color: rgb(17,66,221); }

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

<style>
 span { border-color: #1142DD; }

 span { border-color: rgb(17,66,221); }

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