Html Css Color HEX #165388 Bahama Blue

📋 copy color: '#165388'

red 22 ◦ green 83 ◦ blue 136

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

Shades of Bahama Blue #165388

Tints of Bahama Blue #165388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

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

R = 9.13%
G = 34.44%
B = 56.43%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#165388 (or 0x165388) is known color: Bahama Blue. HEX triplet: 16, 53 and 88. RGB value is (22,83,136). Sum of RGB (Red+Green+Blue) = 22+83+136=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #165388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165388 is #E9AC77. Grayscale: #464646. Windows color (decimal): -15314040 or 8934166. OLE color: 8934166.

HSL color Cylindrical-coordinate representation of color #165388: hue angle of 207.89º 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 #165388 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 22 83 136 -
CMYK 0.84 0.39 0 0.47
HSL 207.89º 0.72% 0.31% -
HSV(B) 207.89º 0.84% 0.53% -
XYZ 7.87 8.13 24.45 -
YUV 70.8 164.79 93.19 -
System Red Green Blue C M Y K H S L
Decimal 22 83 136 0.84 0.39 0 0.47 207.89 0.72 0.31
Hex 16 53 88 54 27 0 2F D0 48 1F
Octal 26 123 210 124 47 0 57 320 110 37
Binary 10110 1010011 10001000 1010100 100111 0 101111 11010000 1001000 11111

Color Harmonies of #165388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165388

Black with #165388

Text Example


Text Example

White with #165388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165388; }

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

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

background-color css

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

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

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

border-color css

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

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

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