#18578A

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

Shades of Bahama Blue #18578A

Tints of Bahama Blue #18578A

Color information

#18578A (or 0x18578A) is unknown color: approx Bahama Blue. HEX triplet: 18, 57 and 8A. RGB value is (24,87,138). Sum of RGB (Red+Green+Blue) = 24+87+138=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #18578A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18578A is #E7A875. Grayscale: #494949. Windows color (decimal): -15181942 or 9066264. OLE color: 9066264.

HSL color Cylindrical-coordinate representation of color #18578A: hue angle of 206.84º 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 #18578A is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2487138-
CMYK0.830.3700.46
HSL206.84º70.37%31.76%-
HSV(B)206.84º82.61%54.12%-
XYZ8.378.8525.31-
YUV73.98164.1392.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.64%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 138 (54.30% from 255) = 55.42%
R=9.64%
G=34.94%
B=55.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24871380.830.3700.46206.8470.3731.76
Hex18578A532502Ecf4620
Octal301272121234505631710640
Binary1100010101111000101010100111001010101110110011111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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