#18598A

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

Shades of Bahama Blue #18598A

Tints of Bahama Blue #18598A

Color information

#18598A (or 0x18598A) is unknown color: approx Bahama Blue. HEX triplet: 18, 59 and 8A. RGB value is (24,89,138). Sum of RGB (Red+Green+Blue) = 24+89+138=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #18598A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18598A is #E7A675. Grayscale: #4A4A4A. Windows color (decimal): -15181430 or 9066776. OLE color: 9066776.

HSL color Cylindrical-coordinate representation of color #18598A: hue angle of 205.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18598A is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2489138-
CMYK0.830.3600.46
HSL205.79º70.37%31.76%-
HSV(B)205.79º82.61%54.12%-
XYZ8.549.1725.37-
YUV75.15163.4791.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.56%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 138 (54.30% from 255) = 54.98%
R=9.56%
G=35.46%
B=54.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24891380.830.3600.46205.7970.3731.76
Hex18598A532402Ece4620
Octal301312121234405631610640
Binary1100010110011000101010100111001000101110110011101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18598A; }

 p { color: rgb(24,89,138); }

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

<style>
 a { background-color: #18598A; }

 a { background-color: rgb(24,89,138); }

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

<style>
 span { border-color: #18598A; }

 span { border-color: rgb(24,89,138); }

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