#1130D8

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

Shades of Persian Blue #1130D8

Tints of Persian Blue #1130D8

Color information

#1130D8 (or 0x1130D8) is unknown color: approx Persian Blue. HEX triplet: 11, 30 and D8. RGB value is (17,48,216). Sum of RGB (Red+Green+Blue) = 17+48+216=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 216 (84.77% from 255 or 76.87% from 281); Max value from RGB is 216 - color contains mainly: blue. Hex color #1130D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1130D8 is #EECF27. Grayscale: #393939. Windows color (decimal): -15650600 or 14168081. OLE color: 14168081.

HSL color Cylindrical-coordinate representation of color #1130D8: hue angle of 230.65º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1130D8 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1748216-
CMYK0.920.7800.15
HSL230.65º85.41%45.69%-
HSV(B)230.65º92.13%84.71%-
XYZ13.687.1965.63-
YUV57.88217.2398.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.05%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 216 (84.77% from 255) = 76.87%
R=6.05%
G=17.08%
B=76.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal17482160.920.7800.15230.6585.4145.69
Hex1130D85C4E0Fe7552e
Octal216033013411601734712556
Binary10001110000110110001011100100111001111111001111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1130D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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