#18628B

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

Shades of Bahama Blue #18628B

Tints of Bahama Blue #18628B

Color information

#18628B (or 0x18628B) is unknown color: approx Bahama Blue. HEX triplet: 18, 62 and 8B. RGB value is (24,98,139). Sum of RGB (Red+Green+Blue) = 24+98+139=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #18628B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18628B is #E79D74. Grayscale: #505050. Windows color (decimal): -15179125 or 9134616. OLE color: 9134616.

HSL color Cylindrical-coordinate representation of color #18628B: hue angle of 201.39º 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 #18628B is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2498139-
CMYK0.830.2900.45
HSL201.39º70.55%31.96%-
HSV(B)201.39º82.73%54.51%-
XYZ9.410.7926.01-
YUV80.55160.9887.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 139 (54.69% from 255) = 53.26%
R=9.20%
G=37.55%
B=53.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24981390.830.2900.45201.3970.5531.96
Hex18628B531D02Dc94720
Octal301422131233505531110740
Binary110001100010100010111010011111010101101110010011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,98,139); }

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

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

 a { background-color: rgb(24,98,139); }

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

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

 span { border-color: rgb(24,98,139); }

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