#113DBA

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

Shades of Persian Blue #113DBA

Tints of Persian Blue #113DBA

Color information

#113DBA (or 0x113DBA) is unknown color: approx Persian Blue. HEX triplet: 11, 3D and BA. RGB value is (17,61,186). Sum of RGB (Red+Green+Blue) = 17+61+186=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #113DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DBA is #EEC245. Grayscale: #3D3D3D. Windows color (decimal): -15647302 or 12205329. OLE color: 12205329.

HSL color Cylindrical-coordinate representation of color #113DBA: hue angle of 224.38º 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 #113DBA is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1761186-
CMYK0.910.6700.27
HSL224.38º83.25%39.8%-
HSV(B)224.38º90.86%72.94%-
XYZ10.76747.24-
YUV62.09197.9295.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.44%
GREEN value IS 61 (24.22% from 255) = 23.11%
BLUE value IS 186 (73.05% from 255) = 70.45%
R=6.44%
G=23.11%
B=70.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17611860.910.6700.27224.3883.2539.8
Hex113DBA5B4301Be05328
Octal217527213310303334012350
Binary100011111011011101010110111000011011011111000001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113DBA; }

 p { color: rgb(17,61,186); }

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

<style>
 a { background-color: #113DBA; }

 a { background-color: rgb(17,61,186); }

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

<style>
 span { border-color: #113DBA; }

 span { border-color: rgb(17,61,186); }

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