#18608D

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

Shades of Bahama Blue #18608D

Tints of Bahama Blue #18608D

Color information

#18608D (or 0x18608D) is unknown color: approx Bahama Blue. HEX triplet: 18, 60 and 8D. RGB value is (24,96,141). Sum of RGB (Red+Green+Blue) = 24+96+141=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #18608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18608D is #E79F72. Grayscale: #4F4F4F. Windows color (decimal): -15179635 or 9265176. OLE color: 9265176.

HSL color Cylindrical-coordinate representation of color #18608D: hue angle of 203.08º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18608D is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2496141-
CMYK0.830.3200.45
HSL203.08º70.91%32.35%-
HSV(B)203.08º82.98%55.29%-
XYZ9.3710.4826.73-
YUV79.6162.6588.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 141 (55.47% from 255) = 54.02%
R=9.20%
G=36.78%
B=54.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24961410.830.3200.45203.0870.9132.35
Hex18608D532002Dcb4720
Octal301402151234005531310740
Binary1100011000001000110110100111000000101101110010111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18608D; }

 p { color: rgb(24,96,141); }

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

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

 a { background-color: rgb(24,96,141); }

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

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

 span { border-color: rgb(24,96,141); }

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