#185B8A

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

Shades of Bahama Blue #185B8A

Tints of Bahama Blue #185B8A

Color information

#185B8A (or 0x185B8A) is unknown color: approx Bahama Blue. HEX triplet: 18, 5B and 8A. RGB value is (24,91,138). Sum of RGB (Red+Green+Blue) = 24+91+138=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #185B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185B8A is #E7A475. Grayscale: #4C4C4C. Windows color (decimal): -15180918 or 9067288. OLE color: 9067288.

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

Color convert

RGB2491138-
CMYK0.830.3400.46
HSL204.74º70.37%31.76%-
HSV(B)204.74º82.61%54.12%-
XYZ8.719.5125.42-
YUV76.32162.890.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.49%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=9.49%
G=35.97%
B=54.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24911380.830.3400.46204.7470.3731.76
Hex185B8A532202Ecd4620
Octal301332121234205631510640
Binary1100010110111000101010100111000100101110110011011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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