#18567F

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

Shades of Bahama Blue #18567F

Tints of Bahama Blue #18567F

Color information

#18567F (or 0x18567F) is unknown color: approx Bahama Blue. HEX triplet: 18, 56 and 7F. RGB value is (24,86,127). Sum of RGB (Red+Green+Blue) = 24+86+127=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #18567F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18567F is #E7A980. Grayscale: #474747. Windows color (decimal): -15182209 or 8345112. OLE color: 8345112.

HSL color Cylindrical-coordinate representation of color #18567F: hue angle of 203.88º 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 #18567F is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2486127-
CMYK0.810.3200.50
HSL203.88º68.21%29.61%-
HSV(B)203.88º81.1%49.8%-
XYZ7.548.3821.3-
YUV72.14158.9693.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.13%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 127 (50% from 255) = 53.59%
R=10.13%
G=36.29%
B=53.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24861270.810.3200.50203.8868.2129.61
Hex18567F5120032cc441e
Octal301261771214006231410436
Binary11000101011011111111010001100000011001011001100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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