#165483

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

Shades of Bahama Blue #165483

Tints of Bahama Blue #165483

Color information

#165483 (or 0x165483) is unknown color: approx Bahama Blue. HEX triplet: 16, 54 and 83. RGB value is (22,84,131). Sum of RGB (Red+Green+Blue) = 22+84+131=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #165483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165483 is #E9AB7C. Grayscale: #464646. Windows color (decimal): -15313789 or 8606742. OLE color: 8606742.

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

Color convert

RGB2284131-
CMYK0.830.3600.49
HSL205.87º71.24%30%-
HSV(B)205.87º83.21%51.37%-
XYZ7.68.1522.65-
YUV70.82161.9693.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.28%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 131 (51.56% from 255) = 55.27%
R=9.28%
G=35.44%
B=55.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22841310.830.3600.49205.8771.2430
Hex1654835324031ce471e
Octal261242031234406131610736
Binary101101010100100000111010011100100011000111001110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165483; }

 p { color: rgb(22,84,131); }

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

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

 a { background-color: rgb(22,84,131); }

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

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

 span { border-color: rgb(22,84,131); }

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