#18527A

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

Shades of Bahama Blue #18527A

Tints of Bahama Blue #18527A

Color information

#18527A (or 0x18527A) is unknown color: approx Bahama Blue. HEX triplet: 18, 52 and 7A. RGB value is (24,82,122). Sum of RGB (Red+Green+Blue) = 24+82+122=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #18527A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18527A is #E7AD85. Grayscale: #454545. Windows color (decimal): -15183238 or 8016408. OLE color: 8016408.

HSL color Cylindrical-coordinate representation of color #18527A: hue angle of 204.49º 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 #18527A is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2482122-
CMYK0.800.3300.52
HSL204.49º67.12%28.63%-
HSV(B)204.49º80.33%47.84%-
XYZ6.917.6319.52-
YUV69.22157.7895.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.53%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 122 (48.05% from 255) = 53.51%
R=10.53%
G=35.96%
B=53.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24821220.800.3300.52204.4967.1228.63
Hex18527A5021034cc431d
Octal301221721204106431410335
Binary11000101001011110101010000100001011010011001100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,82,122); }

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

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

 a { background-color: rgb(24,82,122); }

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

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

 span { border-color: rgb(24,82,122); }

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