#111EB7

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

Shades of Persian Blue #111EB7

Tints of Persian Blue #111EB7

Color information

#111EB7 (or 0x111EB7) is unknown color: approx Persian Blue. HEX triplet: 11, 1E and B7. RGB value is (17,30,183). Sum of RGB (Red+Green+Blue) = 17+30+183=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 183 (71.88% from 255 or 79.57% from 230); Max value from RGB is 183 - color contains mainly: blue. Hex color #111EB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EB7 is #EEE148. Grayscale: #2A2A2A. Windows color (decimal): -15655241 or 12000785. OLE color: 12000785.

HSL color Cylindrical-coordinate representation of color #111EB7: hue angle of 235.3º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111EB7 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1730183-
CMYK0.910.8400.28
HSL235.3º83%39.22%-
HSV(B)235.3º90.71%71.76%-
XYZ9.244.4745.17-
YUV43.56206.69109.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 30 (12.11% from 255) = 13.04%
BLUE value IS 183 (71.88% from 255) = 79.57%
R=7.39%
G=13.04%
B=79.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17301830.910.8400.28235.38339.22
Hex111EB75B5401Ceb5327
Octal213626713312403435312347
Binary10001111101011011110110111010100011100111010111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111EB7; }

 p { color: rgb(17,30,183); }

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

<style>
 a { background-color: #111EB7; }

 a { background-color: rgb(17,30,183); }

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

<style>
 span { border-color: #111EB7; }

 span { border-color: rgb(17,30,183); }

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