#18527B

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

Shades of Bahama Blue #18527B

Tints of Bahama Blue #18527B

Color information

#18527B (or 0x18527B) is unknown color: approx Bahama Blue. HEX triplet: 18, 52 and 7B. RGB value is (24,82,123). Sum of RGB (Red+Green+Blue) = 24+82+123=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #18527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18527B is #E7AD84. Grayscale: #454545. Windows color (decimal): -15183237 or 8081944. OLE color: 8081944.

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

Color convert

RGB2482123-
CMYK0.800.3300.52
HSL204.85º67.35%28.82%-
HSV(B)204.85º80.49%48.24%-
XYZ6.977.6619.85-
YUV69.33158.2895.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 123 (48.44% from 255) = 53.71%
R=10.48%
G=35.81%
B=53.71%

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
Decimal24821230.800.3300.52204.8567.3528.82
Hex18527B5021034cd431d
Octal301221731204106431510335
Binary11000101001011110111010000100001011010011001101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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