Html Css Color HEX #165188 Bahama Blue

📋 copy color: '#165188'

red 22 ◦ green 81 ◦ blue 136

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

Shades of Bahama Blue #165188

Tints of Bahama Blue #165188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.89%

 BLUE value IS 136 (53.52% from 255) = 56.9%

R = 9.21%
G = 33.89%
B = 56.9%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#165188 (or 0x165188) is known color: Bahama Blue. HEX triplet: 16, 51 and 88. RGB value is (22,81,136). Sum of RGB (Red+Green+Blue) = 22+81+136=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #165188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165188 is #E9AE77. Grayscale: #454545. Windows color (decimal): -15314552 or 8933654. OLE color: 8933654.

HSL color Cylindrical-coordinate representation of color #165188: hue angle of 208.95º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #165188 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 22 81 136 -
CMYK 0.84 0.40 0 0.47
HSL 208.95º 0.72% 0.31% -
HSV(B) 208.95º 0.84% 0.53% -
XYZ 7.72 7.83 24.4 -
YUV 69.63 165.45 94.03 -
System Red Green Blue C M Y K H S L
Decimal 22 81 136 0.84 0.40 0 0.47 208.95 0.72 0.31
Hex 16 51 88 54 28 0 2F D1 48 1F
Octal 26 121 210 124 50 0 57 321 110 37
Binary 10110 1010001 10001000 1010100 101000 0 101111 11010001 1001000 11111

Color Harmonies of #165188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165188

Black with #165188

Text Example


Text Example

White with #165188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165188; }

 p { color: rgb(22,81,136); }

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

background-color css

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

 a { background-color: rgb(22,81,136); }

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

border-color css

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

 span { border-color: rgb(22,81,136); }

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