#165078

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

Shades of Bahama Blue #165078

Tints of Bahama Blue #165078

Color information

#165078 (or 0x165078) is unknown color: approx Bahama Blue. HEX triplet: 16, 50 and 78. RGB value is (22,80,120). Sum of RGB (Red+Green+Blue) = 22+80+120=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #165078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165078 is #E9AF87. Grayscale: #434343. Windows color (decimal): -15314824 or 7884822. OLE color: 7884822.

HSL color Cylindrical-coordinate representation of color #165078: hue angle of 204.49º 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 #165078 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2280120-
CMYK0.820.3300.53
HSL204.49º69.01%27.84%-
HSV(B)204.49º81.67%47.06%-
XYZ6.597.2618.82-
YUV67.22157.7895.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=9.91%
G=36.04%
B=54.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22801200.820.3300.53204.4969.0127.84
Hex1650785221035cc451c
Octal261201701224106531410534
Binary10110101000011110001010010100001011010111001100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165078; }

 p { color: rgb(22,80,120); }

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

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

 a { background-color: rgb(22,80,120); }

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

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

 span { border-color: rgb(22,80,120); }

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