#185386

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

Shades of Bahama Blue #185386

Tints of Bahama Blue #185386

Color information

#185386 (or 0x185386) is unknown color: approx Bahama Blue. HEX triplet: 18, 53 and 86. RGB value is (24,83,134). Sum of RGB (Red+Green+Blue) = 24+83+134=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #185386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185386 is #E7AC79. Grayscale: #464646. Windows color (decimal): -15182970 or 8803096. OLE color: 8803096.

HSL color Cylindrical-coordinate representation of color #185386: hue angle of 207.82º 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 #185386 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2483134-
CMYK0.820.3800.47
HSL207.82º69.62%30.98%-
HSV(B)207.82º82.09%52.55%-
XYZ7.778.123.71-
YUV71.17163.4594.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=9.96%
G=34.44%
B=55.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24831340.820.3800.47207.8269.6230.98
Hex185386522602Fd0461f
Octal301232061224605732010637
Binary110001010011100001101010010100110010111111010000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185386; }

 p { color: rgb(24,83,134); }

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

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

 a { background-color: rgb(24,83,134); }

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

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

 span { border-color: rgb(24,83,134); }

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