#112AB9

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

Shades of Persian Blue #112AB9

Tints of Persian Blue #112AB9

Color information

#112AB9 (or 0x112AB9) is unknown color: approx Persian Blue. HEX triplet: 11, 2A and B9. RGB value is (17,42,185). Sum of RGB (Red+Green+Blue) = 17+42+185=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 185 (72.66% from 255 or 75.82% from 244); Max value from RGB is 185 - color contains mainly: blue. Hex color #112AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112AB9 is #EED546. Grayscale: #323232. Windows color (decimal): -15652167 or 12134929. OLE color: 12134929.

HSL color Cylindrical-coordinate representation of color #112AB9: hue angle of 231.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112AB9 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1742185-
CMYK0.910.7700.27
HSL231.07º83.17%39.61%-
HSV(B)231.07º90.81%72.55%-
XYZ9.825.2846.4-
YUV50.83203.72103.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.97%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 185 (72.66% from 255) = 75.82%
R=6.97%
G=17.21%
B=75.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17421850.910.7700.27231.0783.1739.61
Hex112AB95B4D01Be75328
Octal215227113311503334712350
Binary100011010101011100110110111001101011011111001111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,42,185); }

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

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

 a { background-color: rgb(17,42,185); }

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

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

 span { border-color: rgb(17,42,185); }

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