Html Css Color HEX #165783 Bahama Blue

📋 copy color: '#165783'

red 22 ◦ green 87 ◦ blue 131

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

Shades of Bahama Blue #165783

Tints of Bahama Blue #165783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.25%

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

R = 9.17%
G = 36.25%
B = 54.58%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#165783 (or 0x165783) is known color: Bahama Blue. HEX triplet: 16, 57 and 83. RGB value is (22,87,131). Sum of RGB (Red+Green+Blue) = 22+87+131=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #165783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165783 is #E9A87C. Grayscale: #484848. Windows color (decimal): -15313021 or 8607510. OLE color: 8607510.

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

Color convert

RGB 22 87 131 -
CMYK 0.83 0.34 0 0.49
HSL 204.22º 0.71% 0.3% -
HSV(B) 204.22º 0.83% 0.51% -
XYZ 7.84 8.63 22.72 -
YUV 72.58 160.97 91.92 -
System Red Green Blue C M Y K H S L
Decimal 22 87 131 0.83 0.34 0 0.49 204.22 0.71 0.3
Hex 16 57 83 53 22 0 31 CC 47 1E
Octal 26 127 203 123 42 0 61 314 107 36
Binary 10110 1010111 10000011 1010011 100010 0 110001 11001100 1000111 11110

Color Harmonies of #165783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165783

Black with #165783

Text Example


Text Example

White with #165783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165783; }

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

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

background-color css

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

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

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

border-color css

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

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

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