#18567E

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

Shades of Bahama Blue #18567E

Tints of Bahama Blue #18567E

Color information

#18567E (or 0x18567E) is unknown color: approx Bahama Blue. HEX triplet: 18, 56 and 7E. RGB value is (24,86,126). Sum of RGB (Red+Green+Blue) = 24+86+126=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #18567E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18567E is #E7A981. Grayscale: #474747. Windows color (decimal): -15182210 or 8279576. OLE color: 8279576.

HSL color Cylindrical-coordinate representation of color #18567E: hue angle of 203.53º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18567E is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2486126-
CMYK0.810.3200.51
HSL203.53º68%29.41%-
HSV(B)203.53º80.95%49.41%-
XYZ7.478.3620.96-
YUV72.02158.4693.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 126 (49.61% from 255) = 53.39%
R=10.17%
G=36.44%
B=53.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24861260.810.3200.51203.536829.41
Hex18567E5120033cc441d
Octal301261761214006331410435
Binary11000101011011111101010001100000011001111001100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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