Html Css Color HEX #185980 Bahama Blue

📋 copy color: '#185980'

red 24 ◦ green 89 ◦ blue 128

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

Shades of Bahama Blue #185980

Tints of Bahama Blue #185980

RGB

 RED value IS 24 (9.77% from 255) = 9.96%

 GREEN value IS 89 (35.16% from 255) = 36.93%

 BLUE value IS 128 (50.39% from 255) = 53.11%

R = 9.96%
G = 36.93%
B = 53.11%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#185980 (or 0x185980) is known color: Bahama Blue. HEX triplet: 18, 59 and 80. RGB value is (24,89,128). Sum of RGB (Red+Green+Blue) = 24+89+128=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #185980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185980 is #E7A67F. Grayscale: #494949. Windows color (decimal): -15181440 or 8411416. OLE color: 8411416.

HSL color Cylindrical-coordinate representation of color #185980: hue angle of 202.5º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185980 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 89 128 -
CMYK 0.81 0.30 0 0.50
HSL 202.5º 0.68% 0.3% -
HSV(B) 202.5º 0.81% 0.5% -
XYZ 7.85 8.9 21.73 -
YUV 74.01 158.47 92.33 -
System Red Green Blue C M Y K H S L
Decimal 24 89 128 0.81 0.30 0 0.50 202.5 0.68 0.3
Hex 18 59 80 51 1E 0 32 CA 44 1E
Octal 30 131 200 121 36 0 62 312 104 36
Binary 11000 1011001 10000000 1010001 11110 0 110010 11001010 1000100 11110

Color Harmonies of #185980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185980

Black with #185980

Text Example


Text Example

White with #185980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185980; }

 p { color: rgb(24,89,128); }

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

background-color css

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

 a { background-color: rgb(24,89,128); }

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

border-color css

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

 span { border-color: rgb(24,89,128); }

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