#1130dd

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

Shades of Persian Blue #1130DD

Tints of Persian Blue #1130DD

Color information

#1130DD (or 0x1130DD) is unknown color: approx Persian Blue. HEX triplet: 11, 30 and DD. RGB value is (17,48,221). Sum of RGB (Red+Green+Blue) = 17+48+221=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #1130DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1130DD is #EECF22. Grayscale: #393939. Windows color (decimal): -15650595 or 14495761. OLE color: 14495761.

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

Color convert

RGB1748221-
CMYK0.920.7800.13
HSL230.88º85.71%46.67%-
HSV(B)230.88º92.31%86.67%-
XYZ14.347.4569.09-
YUV58.45219.7398.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.94%
GREEN value IS 48 (19.14% from 255) = 16.78%
BLUE value IS 221 (86.72% from 255) = 77.27%
R=5.94%
G=16.78%
B=77.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17482210.920.7800.13230.8885.7146.67
Hex1130DD5C4E0De7562f
Octal216033513411601534712657
Binary10001110000110111011011100100111001101111001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1130dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1130dd; }

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

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

<style>
 a { background-color: #1130dd; }

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

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

<style>
 span { border-color: #1130dd; }

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

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