#18507B

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

Shades of Bahama Blue #18507B

Tints of Bahama Blue #18507B

Color information

#18507B (or 0x18507B) is unknown color: approx Bahama Blue. HEX triplet: 18, 50 and 7B. RGB value is (24,80,123). Sum of RGB (Red+Green+Blue) = 24+80+123=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #18507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18507B is #E7AF84. Grayscale: #434343. Windows color (decimal): -15183749 or 8081432. OLE color: 8081432.

HSL color Cylindrical-coordinate representation of color #18507B: hue angle of 206.06º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18507B is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2480123-
CMYK0.800.3500.52
HSL206.06º67.35%28.82%-
HSV(B)206.06º80.49%48.24%-
XYZ6.827.3619.8-
YUV68.16158.9596.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 123 (48.44% from 255) = 54.19%
R=10.57%
G=35.24%
B=54.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24801230.800.3500.52206.0667.3528.82
Hex18507B5023034ce431d
Octal301201731204306431610335
Binary11000101000011110111010000100011011010011001110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18507B; }

 p { color: rgb(24,80,123); }

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

<style>
 a { background-color: #18507B; }

 a { background-color: rgb(24,80,123); }

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

<style>
 span { border-color: #18507B; }

 span { border-color: rgb(24,80,123); }

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