#125580

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

Shades of Bahama Blue #125580

Tints of Bahama Blue #125580

Color information

#125580 (or 0x125580) is unknown color: approx Bahama Blue. HEX triplet: 12, 55 and 80. RGB value is (18,85,128). Sum of RGB (Red+Green+Blue) = 18+85+128=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #125580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125580 is #EDAA7F. Grayscale: #454545. Windows color (decimal): -15575680 or 8410386. OLE color: 8410386.

HSL color Cylindrical-coordinate representation of color #125580: hue angle of 203.45º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125580 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1885128-
CMYK0.860.3400.50
HSL203.45º75.34%28.63%-
HSV(B)203.45º85.94%50.2%-
XYZ7.398.1821.61-
YUV69.87160.891-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 128 (50.39% from 255) = 55.41%
R=7.79%
G=36.80%
B=55.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18851280.860.3400.50203.4575.3428.63
Hex1255805622032cb4b1d
Octal221252001264206231311335
Binary100101010101100000001010110100010011001011001011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125580; }

 p { color: rgb(18,85,128); }

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

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

 a { background-color: rgb(18,85,128); }

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

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

 span { border-color: rgb(18,85,128); }

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