#165279

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

Shades of Bahama Blue #165279

Tints of Bahama Blue #165279

Color information

#165279 (or 0x165279) is unknown color: approx Bahama Blue. HEX triplet: 16, 52 and 79. RGB value is (22,82,121). Sum of RGB (Red+Green+Blue) = 22+82+121=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #165279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165279 is #E9AD86. Grayscale: #444444. Windows color (decimal): -15314311 or 7950870. OLE color: 7950870.

HSL color Cylindrical-coordinate representation of color #165279: hue angle of 203.64º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165279 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2282121-
CMYK0.820.3200.53
HSL203.64º69.23%28.04%-
HSV(B)203.64º81.82%47.45%-
XYZ6.87.5919.19-
YUV68.51157.6294.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=9.78%
G=36.44%
B=53.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22821210.820.3200.53203.6469.2328.04
Hex1652795220035cc451c
Octal261221711224006531410534
Binary10110101001011110011010010100000011010111001100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165279; }

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

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

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

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

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

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

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

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