#186289

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

Shades of Bahama Blue #186289

Tints of Bahama Blue #186289

Color information

#186289 (or 0x186289) is unknown color: approx Bahama Blue. HEX triplet: 18, 62 and 89. RGB value is (24,98,137). Sum of RGB (Red+Green+Blue) = 24+98+137=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #186289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186289 is #E79D76. Grayscale: #505050. Windows color (decimal): -15179127 or 9003544. OLE color: 9003544.

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

Color convert

RGB2498137-
CMYK0.820.2800.46
HSL200.71º70.19%31.57%-
HSV(B)200.71º82.48%53.73%-
XYZ9.2610.7425.25-
YUV80.32159.9887.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.27%
GREEN value IS 98 (38.67% from 255) = 37.84%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=9.27%
G=37.84%
B=52.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24981370.820.2800.46200.7170.1931.57
Hex186289521C02Ec94620
Octal301422111223405631110640
Binary110001100010100010011010010111000101110110010011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186289; }

 p { color: rgb(24,98,137); }

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

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

 a { background-color: rgb(24,98,137); }

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

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

 span { border-color: rgb(24,98,137); }

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