Html Css Color HEX #165081 Bahama Blue

📋 copy color: '#165081'

red 22 ◦ green 80 ◦ blue 129

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

Shades of Bahama Blue #165081

Tints of Bahama Blue #165081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 129 (50.78% from 255) = 55.84%

R = 9.52%
G = 34.63%
B = 55.84%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#165081 (or 0x165081) is known color: Bahama Blue. HEX triplet: 16, 50 and 81. RGB value is (22,80,129). Sum of RGB (Red+Green+Blue) = 22+80+129=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #165081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165081 is #E9AF7E. Grayscale: #434343. Windows color (decimal): -15314815 or 8474646. OLE color: 8474646.

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

Color convert

RGB 22 80 129 -
CMYK 0.83 0.38 0 0.49
HSL 207.48º 0.71% 0.3% -
HSV(B) 207.48º 0.83% 0.51% -
XYZ 7.16 7.49 21.84 -
YUV 68.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 22 80 129 0.83 0.38 0 0.49 207.48 0.71 0.3
Hex 16 50 81 53 26 0 31 CF 47 1E
Octal 26 120 201 123 46 0 61 317 107 36
Binary 10110 1010000 10000001 1010011 100110 0 110001 11001111 1000111 11110

Color Harmonies of #165081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165081

Black with #165081

Text Example


Text Example

White with #165081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165081; }

 p { color: rgb(22,80,129); }

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

background-color css

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

 a { background-color: rgb(22,80,129); }

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

border-color css

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

 span { border-color: rgb(22,80,129); }

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