#111CBD

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

Shades of Persian Blue #111CBD

Tints of Persian Blue #111CBD

Color information

#111CBD (or 0x111CBD) is unknown color: approx Persian Blue. HEX triplet: 11, 1C and BD. RGB value is (17,28,189). Sum of RGB (Red+Green+Blue) = 17+28+189=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #111CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CBD is #EEE342. Grayscale: #2A2A2A. Windows color (decimal): -15655747 or 12393489. OLE color: 12393489.

HSL color Cylindrical-coordinate representation of color #111CBD: hue angle of 236.16º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111CBD is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1728189-
CMYK0.910.8500.26
HSL236.16º83.5%40.39%-
HSV(B)236.16º91.01%74.12%-
XYZ9.834.6248.52-
YUV43.06210.36109.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.26%
GREEN value IS 28 (11.33% from 255) = 11.97%
BLUE value IS 189 (74.22% from 255) = 80.77%
R=7.26%
G=11.97%
B=80.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17281890.910.8500.26236.1683.540.39
Hex111CBD5B5501Aec5328
Octal213427513312503235412350
Binary10001111001011110110110111010101011010111011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,28,189); }

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

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

 a { background-color: rgb(17,28,189); }

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

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

 span { border-color: rgb(17,28,189); }

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