Html Css Color HEX #165385 Bahama Blue

📋 copy color: '#165385'

red 22 ◦ green 83 ◦ blue 133

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

Shades of Bahama Blue #165385

Tints of Bahama Blue #165385

RGB

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

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

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

R = 9.24%
G = 34.87%
B = 55.88%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#165385 (or 0x165385) is known color: Bahama Blue. HEX triplet: 16, 53 and 85. RGB value is (22,83,133). Sum of RGB (Red+Green+Blue) = 22+83+133=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #165385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165385 is #E9AC7A. Grayscale: #464646. Windows color (decimal): -15314043 or 8737558. OLE color: 8737558.

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

Color convert

RGB 22 83 133 -
CMYK 0.83 0.38 0 0.48
HSL 207.03º 0.72% 0.3% -
HSV(B) 207.03º 0.83% 0.52% -
XYZ 7.66 8.05 23.34 -
YUV 70.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 22 83 133 0.83 0.38 0 0.48 207.03 0.72 0.3
Hex 16 53 85 53 26 0 30 CF 48 1E
Octal 26 123 205 123 46 0 60 317 110 36
Binary 10110 1010011 10000101 1010011 100110 0 110000 11001111 1001000 11110

Color Harmonies of #165385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165385

Black with #165385

Text Example


Text Example

White with #165385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165385; }

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

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

background-color css

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

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

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

border-color css

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

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

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