#114ABD

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

Shades of Persian Blue #114ABD

Tints of Persian Blue #114ABD

Color information

#114ABD (or 0x114ABD) is unknown color: approx Persian Blue. HEX triplet: 11, 4A and BD. RGB value is (17,74,189). Sum of RGB (Red+Green+Blue) = 17+74+189=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #114ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ABD is #EEB542. Grayscale: #454545. Windows color (decimal): -15643971 or 12405265. OLE color: 12405265.

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

Color convert

RGB1774189-
CMYK0.910.6100.26
HSL220.12º83.5%40.39%-
HSV(B)220.12º91.01%74.12%-
XYZ11.878.6949.2-
YUV70.07195.1290.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.07%
GREEN value IS 74 (29.30% from 255) = 26.43%
BLUE value IS 189 (74.22% from 255) = 67.5%
R=6.07%
G=26.43%
B=67.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17741890.910.6100.26220.1283.540.39
Hex114ABD5B3D01Adc5328
Octal211122751337503233412350
Binary100011001010101111011011011111101011010110111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114ABD; }

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

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

<style>
 a { background-color: #114ABD; }

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

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

<style>
 span { border-color: #114ABD; }

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

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