Html Css Color HEX #165685 Bahama Blue

📋 copy color: '#165685'

red 22 ◦ green 86 ◦ blue 133

#165685
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #165685

Tints of Bahama Blue #165685

RGB

 RED value IS 22 (8.98% from 255) = 9.13%

 GREEN value IS 86 (33.98% from 255) = 35.68%

 BLUE value IS 133 (52.34% from 255) = 55.19%

R = 9.13%
G = 35.68%
B = 55.19%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#165685 (or 0x165685) is known color: Bahama Blue. HEX triplet: 16, 56 and 85. RGB value is (22,86,133). Sum of RGB (Red+Green+Blue) = 22+86+133=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #165685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165685 is #E9A97A. Grayscale: #474747. Windows color (decimal): -15313275 or 8738326. OLE color: 8738326.

HSL color Cylindrical-coordinate representation of color #165685: hue angle of 205.41º degrees, saturation: 0.72, 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 #165685 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 22 86 133 -
CMYK 0.83 0.35 0 0.48
HSL 205.41º 0.72% 0.3% -
HSV(B) 205.41º 0.83% 0.52% -
XYZ 7.89 8.52 23.42 -
YUV 72.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 22 86 133 0.83 0.35 0 0.48 205.41 0.72 0.3
Hex 16 56 85 53 23 0 30 CD 48 1E
Octal 26 126 205 123 43 0 60 315 110 36
Binary 10110 1010110 10000101 1010011 100011 0 110000 11001101 1001000 11110

Color Harmonies of #165685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165685

Black with #165685

Text Example


Text Example

White with #165685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165685; }

 p { color: rgb(22,86,133); }

 H1.HeaderClassName
 {
   color: #165685;
 }
 .AnyTagClassName
 {
   color: #165685;
 }
</style>

background-color css

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

 a { background-color: rgb(22,86,133); }

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

border-color css

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

 span { border-color: rgb(22,86,133); }

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