#165384

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

Shades of Bahama Blue #165384

Tints of Bahama Blue #165384

Color information

#165384 (or 0x165384) is unknown color: approx Bahama Blue. HEX triplet: 16, 53 and 84. RGB value is (22,83,132). Sum of RGB (Red+Green+Blue) = 22+83+132=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #165384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165384 is #E9AC7B. Grayscale: #464646. Windows color (decimal): -15314044 or 8672022. OLE color: 8672022.

HSL color Cylindrical-coordinate representation of color #165384: hue angle of 206.73º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165384 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2283132-
CMYK0.830.3700.48
HSL206.73º71.43%30.2%-
HSV(B)206.73º83.33%51.76%-
XYZ7.598.0222.98-
YUV70.35162.7993.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.28%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 132 (51.95% from 255) = 55.70%
R=9.28%
G=35.02%
B=55.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22831320.830.3700.48206.7371.4330.2
Hex1653845325030cf471e
Octal261232041234506031710736
Binary101101010011100001001010011100101011000011001111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165384; }

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

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

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

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

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

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

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

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