Html Css Color HEX #165C83 Bahama Blue

📋 copy color: '#165C83'

red 22 ◦ green 92 ◦ blue 131

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

Shades of Bahama Blue #165C83

Tints of Bahama Blue #165C83

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.55%

 BLUE value IS 131 (51.56% from 255) = 53.47%

R = 8.98%
G = 37.55%
B = 53.47%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#165C83 (or 0x165C83) is known color: Bahama Blue. HEX triplet: 16, 5C and 83. RGB value is (22,92,131). Sum of RGB (Red+Green+Blue) = 22+92+131=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #165C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165C83 is #E9A37C. Grayscale: #4B4B4B. Windows color (decimal): -15311741 or 8608790. OLE color: 8608790.

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

Color convert

RGB 22 92 131 -
CMYK 0.83 0.30 0 0.49
HSL 201.47º 0.71% 0.3% -
HSV(B) 201.47º 0.83% 0.51% -
XYZ 8.25 9.46 22.86 -
YUV 75.52 159.31 89.83 -
System Red Green Blue C M Y K H S L
Decimal 22 92 131 0.83 0.30 0 0.49 201.47 0.71 0.3
Hex 16 5C 83 53 1E 0 31 C9 47 1E
Octal 26 134 203 123 36 0 61 311 107 36
Binary 10110 1011100 10000011 1010011 11110 0 110001 11001001 1000111 11110

Color Harmonies of #165C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165C83

Black with #165C83

Text Example


Text Example

White with #165C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165C83; }

 p { color: rgb(22,92,131); }

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

background-color css

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

 a { background-color: rgb(22,92,131); }

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

border-color css

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

 span { border-color: rgb(22,92,131); }

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