#165380

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

Shades of Bahama Blue #165380

Tints of Bahama Blue #165380

Color information

#165380 (or 0x165380) is unknown color: approx Bahama Blue. HEX triplet: 16, 53 and 80. RGB value is (22,83,128). Sum of RGB (Red+Green+Blue) = 22+83+128=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #165380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165380 is #E9AC7F. Grayscale: #454545. Windows color (decimal): -15314048 or 8409878. OLE color: 8409878.

HSL color Cylindrical-coordinate representation of color #165380: hue angle of 205.47º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165380 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2283128-
CMYK0.830.3500.50
HSL205.47º70.67%29.41%-
HSV(B)205.47º82.81%50.2%-
XYZ7.327.9221.56-
YUV69.89160.7993.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.44%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 128 (50.39% from 255) = 54.94%
R=9.44%
G=35.62%
B=54.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22831280.830.3500.50205.4770.6729.41
Hex1653805323032cd471d
Octal261232001234306231510735
Binary101101010011100000001010011100011011001011001101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165380; }

 p { color: rgb(22,83,128); }

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

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

 a { background-color: rgb(22,83,128); }

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

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

 span { border-color: rgb(22,83,128); }

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