#1128DD

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

Shades of Persian Blue #1128DD

Tints of Persian Blue #1128DD

Color information

#1128DD (or 0x1128DD) is unknown color: approx Persian Blue. HEX triplet: 11, 28 and DD. RGB value is (17,40,221). Sum of RGB (Red+Green+Blue) = 17+40+221=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #1128DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1128DD is #EED722. Grayscale: #353535. Windows color (decimal): -15652643 or 14493713. OLE color: 14493713.

HSL color Cylindrical-coordinate representation of color #1128DD: hue angle of 233.24º 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 #1128DD is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1740221-
CMYK0.920.8200.13
HSL233.24º85.71%46.67%-
HSV(B)233.24º92.31%86.67%-
XYZ14.046.8668.99-
YUV53.76222.38101.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.12%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 221 (86.72% from 255) = 79.50%
R=6.12%
G=14.39%
B=79.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17402210.920.8200.13233.2485.7146.67
Hex1128DD5C520De9562f
Octal215033513412201535112657
Binary10001101000110111011011100101001001101111010011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1128DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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