Html Css Color HEX #165980 Bahama Blue

📋 copy color: '#165980'

red 22 ◦ green 89 ◦ blue 128

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

Shades of Bahama Blue #165980

Tints of Bahama Blue #165980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.24%

 BLUE value IS 128 (50.39% from 255) = 53.56%

R = 9.21%
G = 37.24%
B = 53.56%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#165980 (or 0x165980) is known color: Bahama Blue. HEX triplet: 16, 59 and 80. RGB value is (22,89,128). Sum of RGB (Red+Green+Blue) = 22+89+128=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #165980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165980 is #E9A67F. Grayscale: #494949. Windows color (decimal): -15312512 or 8411414. OLE color: 8411414.

HSL color Cylindrical-coordinate representation of color #165980: hue angle of 202.08º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165980 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 22 89 128 -
CMYK 0.83 0.30 0 0.50
HSL 202.08º 0.71% 0.29% -
HSV(B) 202.08º 0.83% 0.5% -
XYZ 7.8 8.87 21.72 -
YUV 73.41 158.8 91.33 -
System Red Green Blue C M Y K H S L
Decimal 22 89 128 0.83 0.30 0 0.50 202.08 0.71 0.29
Hex 16 59 80 53 1E 0 32 CA 47 1D
Octal 26 131 200 123 36 0 62 312 107 35
Binary 10110 1011001 10000000 1010011 11110 0 110010 11001010 1000111 11101

Color Harmonies of #165980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165980

Black with #165980

Text Example


Text Example

White with #165980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165980; }

 p { color: rgb(22,89,128); }

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

background-color css

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

 a { background-color: rgb(22,89,128); }

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

border-color css

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

 span { border-color: rgb(22,89,128); }

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