#114ABC

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

Shades of Persian Blue #114ABC

Tints of Persian Blue #114ABC

Color information

#114ABC (or 0x114ABC) is unknown color: approx Persian Blue. HEX triplet: 11, 4A and BC. RGB value is (17,74,188). Sum of RGB (Red+Green+Blue) = 17+74+188=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #114ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ABC is #EEB543. Grayscale: #454545. Windows color (decimal): -15643972 or 12339729. OLE color: 12339729.

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

Color convert

RGB1774188-
CMYK0.910.6100.26
HSL220º83.41%40.2%-
HSV(B)220º90.96%73.73%-
XYZ11.768.6548.63-
YUV69.95194.6290.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.09%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 188 (73.83% from 255) = 67.38%
R=6.09%
G=26.52%
B=67.38%

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
Decimal17741880.910.6100.2622083.4140.2
Hex114ABC5B3D01Adc5328
Octal211122741337503233412350
Binary100011001010101111001011011111101011010110111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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