#114FBA

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

Shades of Denim #114FBA

Tints of Denim #114FBA

Color information

#114FBA (or 0x114FBA) is unknown color: approx Denim. HEX triplet: 11, 4F and BA. RGB value is (17,79,186). Sum of RGB (Red+Green+Blue) = 17+79+186=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #114FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114FBA is #EEB045. Grayscale: #484848. Windows color (decimal): -15642694 or 12209937. OLE color: 12209937.

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

Color convert

RGB1779186-
CMYK0.910.5800.27
HSL217.99º83.25%39.8%-
HSV(B)217.99º90.86%72.94%-
XYZ11.899.2647.61-
YUV72.66191.9688.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.03%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 186 (73.05% from 255) = 65.96%
R=6.03%
G=28.01%
B=65.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17791860.910.5800.27217.9983.2539.8
Hex114FBA5B3A01Bda5328
Octal211172721337203333212350
Binary100011001111101110101011011111010011011110110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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