Html Css Color HEX #165085 Bahama Blue

📋 copy color: '#165085'

red 22 ◦ green 80 ◦ blue 133

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

Shades of Bahama Blue #165085

Tints of Bahama Blue #165085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.6%

R = 9.36%
G = 34.04%
B = 56.6%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#165085 (or 0x165085) is known color: Bahama Blue. HEX triplet: 16, 50 and 85. RGB value is (22,80,133). Sum of RGB (Red+Green+Blue) = 22+80+133=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #165085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165085 is #E9AF7A. Grayscale: #444444. Windows color (decimal): -15314811 or 8736790. OLE color: 8736790.

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

Color convert

RGB 22 80 133 -
CMYK 0.83 0.40 0 0.48
HSL 208.65º 0.72% 0.3% -
HSV(B) 208.65º 0.83% 0.52% -
XYZ 7.43 7.6 23.27 -
YUV 68.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 22 80 133 0.83 0.40 0 0.48 208.65 0.72 0.3
Hex 16 50 85 53 28 0 30 D1 48 1E
Octal 26 120 205 123 50 0 60 321 110 36
Binary 10110 1010000 10000101 1010011 101000 0 110000 11010001 1001000 11110

Color Harmonies of #165085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165085

Black with #165085

Text Example


Text Example

White with #165085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165085; }

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

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

background-color css

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

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

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

border-color css

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

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

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