#185179

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

Shades of Bahama Blue #185179

Tints of Bahama Blue #185179

Color information

#185179 (or 0x185179) is unknown color: approx Bahama Blue. HEX triplet: 18, 51 and 79. RGB value is (24,81,121). Sum of RGB (Red+Green+Blue) = 24+81+121=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #185179 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185179 is #E7AE86. Grayscale: #444444. Windows color (decimal): -15183495 or 7950616. OLE color: 7950616.

HSL color Cylindrical-coordinate representation of color #185179: hue angle of 204.74º degrees, saturation: 0.67, 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 #185179 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2481121-
CMYK0.800.3300.53
HSL204.74º66.9%28.43%-
HSV(B)204.74º80.17%47.45%-
XYZ6.777.4619.17-
YUV68.52157.6296.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.62%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 121 (47.66% from 255) = 53.54%
R=10.62%
G=35.84%
B=53.54%

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
Decimal24811210.800.3300.53204.7466.928.43
Hex1851795021035cd431c
Octal301211711204106531510334
Binary11000101000111110011010000100001011010111001101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185179; }

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

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

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

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

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

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

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

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