#165F8A

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

Shades of Bahama Blue #165F8A

Tints of Bahama Blue #165F8A

Color information

#165F8A (or 0x165F8A) is unknown color: approx Bahama Blue. HEX triplet: 16, 5F and 8A. RGB value is (22,95,138). Sum of RGB (Red+Green+Blue) = 22+95+138=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #165F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165F8A is #E9A075. Grayscale: #4D4D4D. Windows color (decimal): -15310966 or 9068310. OLE color: 9068310.

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

Color convert

RGB2295138-
CMYK0.840.3100.46
HSL202.24º72.5%31.37%-
HSV(B)202.24º84.06%54.12%-
XYZ9.0110.1925.54-
YUV78.07161.8288-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.63%
GREEN value IS 95 (37.5% from 255) = 37.25%
BLUE value IS 138 (54.30% from 255) = 54.12%
R=8.63%
G=37.25%
B=54.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22951380.840.3100.46202.2472.531.37
Hex165F8A541F02Eca481f
Octal261372121243705631211037
Binary10110101111110001010101010011111010111011001010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165F8A; }

 p { color: rgb(22,95,138); }

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

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

 a { background-color: rgb(22,95,138); }

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

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

 span { border-color: rgb(22,95,138); }

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