#18608e

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

Shades of Bahama Blue #18608E

Tints of Bahama Blue #18608E

Color information

#18608E (or 0x18608E) is unknown color: approx Bahama Blue. HEX triplet: 18, 60 and 8E. RGB value is (24,96,142). Sum of RGB (Red+Green+Blue) = 24+96+142=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #18608E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18608E is #E79F71. Grayscale: #4F4F4F. Windows color (decimal): -15179634 or 9330712. OLE color: 9330712.

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

Color convert

RGB2496142-
CMYK0.830.3200.44
HSL203.39º71.08%32.55%-
HSV(B)203.39º83.1%55.69%-
XYZ9.4410.5127.12-
YUV79.72163.1588.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.16%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 142 (55.86% from 255) = 54.20%
R=9.16%
G=36.64%
B=54.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24961420.830.3200.44203.3971.0832.55
Hex18608E532002Ccb4721
Octal301402161234005431310741
Binary1100011000001000111010100111000000101100110010111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18608e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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