#185077

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

Shades of Bahama Blue #185077

Tints of Bahama Blue #185077

Color information

#185077 (or 0x185077) is unknown color: approx Bahama Blue. HEX triplet: 18, 50 and 77. RGB value is (24,80,119). Sum of RGB (Red+Green+Blue) = 24+80+119=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #185077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185077 is #E7AF88. Grayscale: #434343. Windows color (decimal): -15183753 or 7819288. OLE color: 7819288.

HSL color Cylindrical-coordinate representation of color #185077: hue angle of 204.63º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185077 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2480119-
CMYK0.800.3300.53
HSL204.63º66.43%28.04%-
HSV(B)204.63º79.83%46.67%-
XYZ6.587.2618.51-
YUV67.7156.9596.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=10.76%
G=35.87%
B=53.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24801190.800.3300.53204.6366.4328.04
Hex1850775021035cd421c
Octal301201671204106531510234
Binary11000101000011101111010000100001011010111001101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185077; }

 p { color: rgb(24,80,119); }

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

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

 a { background-color: rgb(24,80,119); }

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

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

 span { border-color: rgb(24,80,119); }

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