Html Css Color HEX #165784 Bahama Blue

📋 copy color: '#165784'

red 22 ◦ green 87 ◦ blue 132

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

Shades of Bahama Blue #165784

Tints of Bahama Blue #165784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.1%

 BLUE value IS 132 (51.95% from 255) = 54.77%

R = 9.13%
G = 36.1%
B = 54.77%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#165784 (or 0x165784) is known color: Bahama Blue. HEX triplet: 16, 57 and 84. RGB value is (22,87,132). Sum of RGB (Red+Green+Blue) = 22+87+132=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #165784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165784 is #E9A87B. Grayscale: #484848. Windows color (decimal): -15313020 or 8673046. OLE color: 8673046.

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

Color convert

RGB 22 87 132 -
CMYK 0.83 0.34 0 0.48
HSL 204.55º 0.71% 0.3% -
HSV(B) 204.55º 0.83% 0.52% -
XYZ 7.9 8.65 23.08 -
YUV 72.7 161.47 91.84 -
System Red Green Blue C M Y K H S L
Decimal 22 87 132 0.83 0.34 0 0.48 204.55 0.71 0.3
Hex 16 57 84 53 22 0 30 CD 47 1E
Octal 26 127 204 123 42 0 60 315 107 36
Binary 10110 1010111 10000100 1010011 100010 0 110000 11001101 1000111 11110

Color Harmonies of #165784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165784

Black with #165784

Text Example


Text Example

White with #165784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165784; }

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

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

background-color css

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

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

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

border-color css

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

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

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