Html Css Color HEX #165983 Bahama Blue

📋 copy color: '#165983'

red 22 ◦ green 89 ◦ blue 131

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

Shades of Bahama Blue #165983

Tints of Bahama Blue #165983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 54.13%

R = 9.09%
G = 36.78%
B = 54.13%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#165983 (or 0x165983) is known color: Bahama Blue. HEX triplet: 16, 59 and 83. RGB value is (22,89,131). Sum of RGB (Red+Green+Blue) = 22+89+131=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #165983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165983 is #E9A67C. Grayscale: #494949. Windows color (decimal): -15312509 or 8608022. OLE color: 8608022.

HSL color Cylindrical-coordinate representation of color #165983: hue angle of 203.12º 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 #165983 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 22 89 131 -
CMYK 0.83 0.32 0 0.49
HSL 203.12º 0.71% 0.3% -
HSV(B) 203.12º 0.83% 0.51% -
XYZ 8 8.95 22.78 -
YUV 73.76 160.3 91.08 -
System Red Green Blue C M Y K H S L
Decimal 22 89 131 0.83 0.32 0 0.49 203.12 0.71 0.3
Hex 16 59 83 53 20 0 31 CB 47 1E
Octal 26 131 203 123 40 0 61 313 107 36
Binary 10110 1011001 10000011 1010011 100000 0 110001 11001011 1000111 11110

Color Harmonies of #165983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165983

Black with #165983

Text Example


Text Example

White with #165983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165983; }

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

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

background-color css

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

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

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

border-color css

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

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

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