#185882

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

Shades of Bahama Blue #185882

Tints of Bahama Blue #185882

Color information

#185882 (or 0x185882) is unknown color: approx Bahama Blue. HEX triplet: 18, 58 and 82. RGB value is (24,88,130). Sum of RGB (Red+Green+Blue) = 24+88+130=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #185882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185882 is #E7A77D. Grayscale: #494949. Windows color (decimal): -15181694 or 8542232. OLE color: 8542232.

HSL color Cylindrical-coordinate representation of color #185882: hue angle of 203.77º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185882 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2488130-
CMYK0.820.3200.49
HSL203.77º68.83%30.2%-
HSV(B)203.77º81.54%50.98%-
XYZ7.98.7922.4-
YUV73.65159.892.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.92%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 130 (51.17% from 255) = 53.72%
R=9.92%
G=36.36%
B=53.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24881300.820.3200.49203.7768.8330.2
Hex1858825220031cc451e
Octal301302021224006131410536
Binary110001011000100000101010010100000011000111001100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185882; }

 p { color: rgb(24,88,130); }

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

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

 a { background-color: rgb(24,88,130); }

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

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

 span { border-color: rgb(24,88,130); }

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