#185E8D

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

Shades of Bahama Blue #185E8D

Tints of Bahama Blue #185E8D

Color information

#185E8D (or 0x185E8D) is unknown color: approx Bahama Blue. HEX triplet: 18, 5E and 8D. RGB value is (24,94,141). Sum of RGB (Red+Green+Blue) = 24+94+141=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #185E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185E8D is #E7A172. Grayscale: #4E4E4E. Windows color (decimal): -15180147 or 9264664. OLE color: 9264664.

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

Color convert

RGB2494141-
CMYK0.830.3300.45
HSL204.1º70.91%32.35%-
HSV(B)204.1º82.98%55.29%-
XYZ9.1910.1226.67-
YUV78.43163.3189.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.27%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 141 (55.47% from 255) = 54.44%
R=9.27%
G=36.29%
B=54.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24941410.830.3300.45204.170.9132.35
Hex185E8D532102Dcc4720
Octal301362151234105531410740
Binary1100010111101000110110100111000010101101110011001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,94,141); }

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

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

 a { background-color: rgb(24,94,141); }

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

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

 span { border-color: rgb(24,94,141); }

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