#185184

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

Shades of Bahama Blue #185184

Tints of Bahama Blue #185184

Color information

#185184 (or 0x185184) is unknown color: approx Bahama Blue. HEX triplet: 18, 51 and 84. RGB value is (24,81,132). Sum of RGB (Red+Green+Blue) = 24+81+132=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #185184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185184 is #E7AE7B. Grayscale: #454545. Windows color (decimal): -15183484 or 8671512. OLE color: 8671512.

HSL color Cylindrical-coordinate representation of color #185184: hue angle of 208.33º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185184 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2481132-
CMYK0.820.3900.48
HSL208.33º69.23%30.59%-
HSV(B)208.33º81.82%51.76%-
XYZ7.487.7422.93-
YUV69.77163.1295.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.13%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 132 (51.95% from 255) = 55.70%
R=10.13%
G=34.18%
B=55.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24811320.820.3900.48208.3369.2330.59
Hex1851845227030d0451f
Octal301212041224706032010537
Binary110001010001100001001010010100111011000011010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185184; }

 p { color: rgb(24,81,132); }

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

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

 a { background-color: rgb(24,81,132); }

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

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

 span { border-color: rgb(24,81,132); }

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