#18557F

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

Shades of Bahama Blue #18557F

Tints of Bahama Blue #18557F

Color information

#18557F (or 0x18557F) is unknown color: approx Bahama Blue. HEX triplet: 18, 55 and 7F. RGB value is (24,85,127). Sum of RGB (Red+Green+Blue) = 24+85+127=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #18557F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18557F is #E7AA80. Grayscale: #474747. Windows color (decimal): -15182465 or 8344856. OLE color: 8344856.

HSL color Cylindrical-coordinate representation of color #18557F: hue angle of 204.47º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18557F is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2485127-
CMYK0.810.3300.50
HSL204.47º68.21%29.61%-
HSV(B)204.47º81.1%49.8%-
XYZ7.468.2221.27-
YUV71.55159.2994.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 127 (50% from 255) = 53.81%
R=10.17%
G=36.02%
B=53.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24851270.810.3300.50204.4768.2129.61
Hex18557F5121032cc441e
Octal301251771214106231410436
Binary11000101010111111111010001100001011001011001100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18557F; }

 p { color: rgb(24,85,127); }

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

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

 a { background-color: rgb(24,85,127); }

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

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

 span { border-color: rgb(24,85,127); }

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