#185886

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

Shades of Bahama Blue #185886

Tints of Bahama Blue #185886

Color information

#185886 (or 0x185886) is unknown color: approx Bahama Blue. HEX triplet: 18, 58 and 86. RGB value is (24,88,134). Sum of RGB (Red+Green+Blue) = 24+88+134=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #185886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185886 is #E7A779. Grayscale: #494949. Windows color (decimal): -15181690 or 8804376. OLE color: 8804376.

HSL color Cylindrical-coordinate representation of color #185886: hue angle of 205.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185886 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2488134-
CMYK0.820.3400.47
HSL205.09º69.62%30.98%-
HSV(B)205.09º82.09%52.55%-
XYZ8.178.8923.84-
YUV74.11161.892.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.76%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 134 (52.73% from 255) = 54.47%
R=9.76%
G=35.77%
B=54.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24881340.820.3400.47205.0969.6230.98
Hex185886522202Fcd461f
Octal301302061224205731510637
Binary110001011000100001101010010100010010111111001101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185886; }

 p { color: rgb(24,88,134); }

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

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

 a { background-color: rgb(24,88,134); }

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

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

 span { border-color: rgb(24,88,134); }

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