Html Css Color HEX #185D80 Bahama Blue

📋 copy color: '#185D80'

red 24 ◦ green 93 ◦ blue 128

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

Shades of Bahama Blue #185D80

Tints of Bahama Blue #185D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.96%

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

R = 9.8%
G = 37.96%
B = 52.24%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#185D80 (or 0x185D80) is known color: Bahama Blue. HEX triplet: 18, 5D and 80. RGB value is (24,93,128). Sum of RGB (Red+Green+Blue) = 24+93+128=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #185D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185D80 is #E7A27F. Grayscale: #4C4C4C. Windows color (decimal): -15180416 or 8412440. OLE color: 8412440.

HSL color Cylindrical-coordinate representation of color #185D80: hue angle of 200.19º 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 #185D80 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 93 128 -
CMYK 0.81 0.27 0 0.50
HSL 200.19º 0.68% 0.3% -
HSV(B) 200.19º 0.81% 0.5% -
XYZ 8.19 9.58 21.84 -
YUV 76.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 24 93 128 0.81 0.27 0 0.50 200.19 0.68 0.3
Hex 18 5D 80 51 1B 0 32 C8 44 1E
Octal 30 135 200 121 33 0 62 310 104 36
Binary 11000 1011101 10000000 1010001 11011 0 110010 11001000 1000100 11110

Color Harmonies of #185D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185D80

Black with #185D80

Text Example


Text Example

White with #185D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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