#185387

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

Shades of Bahama Blue #185387

Tints of Bahama Blue #185387

Color information

#185387 (or 0x185387) is unknown color: approx Bahama Blue. HEX triplet: 18, 53 and 87. RGB value is (24,83,135). Sum of RGB (Red+Green+Blue) = 24+83+135=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #185387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185387 is #E7AC78. Grayscale: #474747. Windows color (decimal): -15182969 or 8868632. OLE color: 8868632.

HSL color Cylindrical-coordinate representation of color #185387: hue angle of 208.11º 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 #185387 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2483135-
CMYK0.820.3900.47
HSL208.11º69.81%31.18%-
HSV(B)208.11º82.22%52.94%-
XYZ7.848.1324.08-
YUV71.29163.9594.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.92%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 135 (53.12% from 255) = 55.79%
R=9.92%
G=34.30%
B=55.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24831350.820.3900.47208.1169.8131.18
Hex185387522702Fd0461f
Octal301232071224705732010637
Binary110001010011100001111010010100111010111111010000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185387; }

 p { color: rgb(24,83,135); }

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

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

 a { background-color: rgb(24,83,135); }

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

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

 span { border-color: rgb(24,83,135); }

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