#185D88

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

Shades of Bahama Blue #185D88

Tints of Bahama Blue #185D88

Color information

#185D88 (or 0x185D88) is unknown color: approx Bahama Blue. HEX triplet: 18, 5D and 88. RGB value is (24,93,136). Sum of RGB (Red+Green+Blue) = 24+93+136=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #185D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185D88 is #E7A277. Grayscale: #4D4D4D. Windows color (decimal): -15180408 or 8936728. OLE color: 8936728.

HSL color Cylindrical-coordinate representation of color #185D88: hue angle of 203.04º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185D88 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2493136-
CMYK0.820.3200.47
HSL203.04º70%31.37%-
HSV(B)203.04º82.35%53.33%-
XYZ8.739.824.72-
YUV77.27161.1490-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.49%
GREEN value IS 93 (36.72% from 255) = 36.76%
BLUE value IS 136 (53.52% from 255) = 53.75%
R=9.49%
G=36.76%
B=53.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24931360.820.3200.47203.047031.37
Hex185D88522002Fcb461f
Octal301352101224005731310637
Binary110001011101100010001010010100000010111111001011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,93,136); }

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

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

 a { background-color: rgb(24,93,136); }

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

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

 span { border-color: rgb(24,93,136); }

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