#165288

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

Shades of Bahama Blue #165288

Tints of Bahama Blue #165288

Color information

#165288 (or 0x165288) is unknown color: approx Bahama Blue. HEX triplet: 16, 52 and 88. RGB value is (22,82,136). Sum of RGB (Red+Green+Blue) = 22+82+136=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #165288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165288 is #E9AD77. Grayscale: #454545. Windows color (decimal): -15314296 or 8933910. OLE color: 8933910.

HSL color Cylindrical-coordinate representation of color #165288: hue angle of 208.42º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #165288 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2282136-
CMYK0.840.4000.47
HSL208.42º72.15%30.98%-
HSV(B)208.42º83.82%53.33%-
XYZ7.797.9824.42-
YUV70.22165.1293.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.17%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 136 (53.52% from 255) = 56.67%
R=9.17%
G=34.17%
B=56.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22821360.840.4000.47208.4272.1530.98
Hex165288542802Fd0481f
Octal261222101245005732011037
Binary101101010010100010001010100101000010111111010000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165288; }

 p { color: rgb(22,82,136); }

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

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

 a { background-color: rgb(22,82,136); }

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

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

 span { border-color: rgb(22,82,136); }

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