#18547D

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

Shades of Bahama Blue #18547D

Tints of Bahama Blue #18547D

Color information

#18547D (or 0x18547D) is unknown color: approx Bahama Blue. HEX triplet: 18, 54 and 7D. RGB value is (24,84,125). Sum of RGB (Red+Green+Blue) = 24+84+125=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #18547D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18547D is #E7AB82. Grayscale: #464646. Windows color (decimal): -15182723 or 8213528. OLE color: 8213528.

HSL color Cylindrical-coordinate representation of color #18547D: hue angle of 204.36º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18547D is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2484125-
CMYK0.810.3300.51
HSL204.36º67.79%29.22%-
HSV(B)204.36º80.8%49.02%-
XYZ7.258.0220.57-
YUV70.73158.6294.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 125 (49.22% from 255) = 53.65%
R=10.30%
G=36.05%
B=53.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24841250.810.3300.51204.3667.7929.22
Hex18547D5121033cc441d
Octal301241751214106331410435
Binary11000101010011111011010001100001011001111001100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18547D; }

 p { color: rgb(24,84,125); }

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

<style>
 a { background-color: #18547D; }

 a { background-color: rgb(24,84,125); }

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

<style>
 span { border-color: #18547D; }

 span { border-color: rgb(24,84,125); }

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