#112BBC

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

Shades of Persian Blue #112BBC

Tints of Persian Blue #112BBC

Color information

#112BBC (or 0x112BBC) is unknown color: approx Persian Blue. HEX triplet: 11, 2B and BC. RGB value is (17,43,188). Sum of RGB (Red+Green+Blue) = 17+43+188=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #112BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BBC is #EED443. Grayscale: #333333. Windows color (decimal): -15651908 or 12331793. OLE color: 12331793.

HSL color Cylindrical-coordinate representation of color #112BBC: hue angle of 230.88º 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 #112BBC is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1743188-
CMYK0.910.7700.26
HSL230.88º83.41%40.2%-
HSV(B)230.88º90.96%73.73%-
XYZ10.175.4848.1-
YUV51.76204.89103.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.85%
GREEN value IS 43 (17.19% from 255) = 17.34%
BLUE value IS 188 (73.83% from 255) = 75.81%
R=6.85%
G=17.34%
B=75.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17431880.910.7700.26230.8883.4140.2
Hex112BBC5B4D01Ae75328
Octal215327413311503234712350
Binary100011010111011110010110111001101011010111001111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112BBC; }

 p { color: rgb(17,43,188); }

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

<style>
 a { background-color: #112BBC; }

 a { background-color: rgb(17,43,188); }

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

<style>
 span { border-color: #112BBC; }

 span { border-color: rgb(17,43,188); }

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