#116090

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

Shades of Bahama Blue #116090

Tints of Bahama Blue #116090

Color information

#116090 (or 0x116090) is unknown color: approx Bahama Blue. HEX triplet: 11, 60 and 90. RGB value is (17,96,144). Sum of RGB (Red+Green+Blue) = 17+96+144=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #116090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116090 is #EE9F6F. Grayscale: #4D4D4D. Windows color (decimal): -15638384 or 9461777. OLE color: 9461777.

HSL color Cylindrical-coordinate representation of color #116090: hue angle of 202.68º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116090 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1796144-
CMYK0.880.3300.44
HSL202.68º78.88%31.57%-
HSV(B)202.68º88.19%56.47%-
XYZ9.4510.527.91-
YUV77.85165.3384.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.61%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 144 (56.64% from 255) = 56.03%
R=6.61%
G=37.35%
B=56.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17961440.880.3300.44202.6878.8831.57
Hex116090582102Ccb4f20
Octal211402201304105431311740
Binary1000111000001001000010110001000010101100110010111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116090; }

 p { color: rgb(17,96,144); }

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

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

 a { background-color: rgb(17,96,144); }

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

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

 span { border-color: rgb(17,96,144); }

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