#185D8A

Color #185D8A Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #185D8A

Tints of Bahama Blue #185D8A

Color information

#185D8A (or 0x185D8A) is unknown color: approx Bahama Blue. HEX triplet: 18, 5D and 8A. RGB value is (24,93,138). Sum of RGB (Red+Green+Blue) = 24+93+138=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #185D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185D8A is #E7A275. Grayscale: #4D4D4D. Windows color (decimal): -15180406 or 9067800. OLE color: 9067800.

HSL color Cylindrical-coordinate representation of color #185D8A: hue angle of 203.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #185D8A is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2493138-
CMYK0.830.3300.46
HSL203.68º70.37%31.76%-
HSV(B)203.68º82.61%54.12%-
XYZ8.889.8625.48-
YUV77.5162.1489.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.41%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 138 (54.30% from 255) = 54.12%
R=9.41%
G=36.47%
B=54.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24931380.830.3300.46203.6870.3731.76
Hex185D8A532102Ecc4620
Octal301352121234105631410640
Binary1100010111011000101010100111000010101110110011001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #185D8A;
 }
 .AnyTagClassName
 {
   color: #185D8A;
 }
</style>
background-color css

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

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

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

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

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

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