#185A8B

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

Shades of Bahama Blue #185A8B

Tints of Bahama Blue #185A8B

Color information

#185A8B (or 0x185A8B) is unknown color: approx Bahama Blue. HEX triplet: 18, 5A and 8B. RGB value is (24,90,139). Sum of RGB (Red+Green+Blue) = 24+90+139=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #185A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A8B is #E7A574. Grayscale: #4B4B4B. Windows color (decimal): -15181173 or 9132568. OLE color: 9132568.

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

Color convert

RGB2490139-
CMYK0.830.3500.45
HSL205.57º70.55%31.96%-
HSV(B)205.57º82.73%54.51%-
XYZ8.699.3725.78-
YUV75.85163.6391.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.49%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 139 (54.69% from 255) = 54.94%
R=9.49%
G=35.57%
B=54.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24901390.830.3500.45205.5770.5531.96
Hex185A8B532302Dce4720
Octal301322131234305531610740
Binary1100010110101000101110100111000110101101110011101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185A8B; }

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

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

<style>
 a { background-color: #185A8B; }

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

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

<style>
 span { border-color: #185A8B; }

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

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