#106091

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

Shades of Bahama Blue #106091

Tints of Bahama Blue #106091

Color information

#106091 (or 0x106091) is unknown color: approx Bahama Blue. HEX triplet: 10, 60 and 91. RGB value is (16,96,145). Sum of RGB (Red+Green+Blue) = 16+96+145=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #106091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106091 is #EF9F6E. Grayscale: #4D4D4D. Windows color (decimal): -15703919 or 9527312. OLE color: 9527312.

HSL color Cylindrical-coordinate representation of color #106091: hue angle of 202.79º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106091 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1696145-
CMYK0.890.3400.43
HSL202.79º80.12%31.57%-
HSV(B)202.79º88.97%56.86%-
XYZ9.5110.5228.32-
YUV77.6716684.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.23%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 145 (57.03% from 255) = 56.42%
R=6.23%
G=37.35%
B=56.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal16961450.890.3400.43202.7980.1231.57
Hex106091592202Bcb5020
Octal201402211314205331312040
Binary1000011000001001000110110011000100101011110010111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106091; }

 p { color: rgb(16,96,145); }

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

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

 a { background-color: rgb(16,96,145); }

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

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

 span { border-color: rgb(16,96,145); }

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