#125686

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

Shades of Bahama Blue #125686

Tints of Bahama Blue #125686

Color information

#125686 (or 0x125686) is unknown color: approx Bahama Blue. HEX triplet: 12, 56 and 86. RGB value is (18,86,134). Sum of RGB (Red+Green+Blue) = 18+86+134=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #125686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125686 is #EDA979. Grayscale: #464646. Windows color (decimal): -15575418 or 8803858. OLE color: 8803858.

HSL color Cylindrical-coordinate representation of color #125686: hue angle of 204.83º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125686 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1886134-
CMYK0.870.3600.47
HSL204.83º76.32%29.8%-
HSV(B)204.83º86.57%52.55%-
XYZ7.888.5123.78-
YUV71.14163.4790.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 134 (52.73% from 255) = 56.30%
R=7.56%
G=36.13%
B=56.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18861340.870.3600.47204.8376.3229.8
Hex125686572402Fcd4c1e
Octal221262061274405731511436
Binary100101010110100001101010111100100010111111001101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125686; }

 p { color: rgb(18,86,134); }

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

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

 a { background-color: rgb(18,86,134); }

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

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

 span { border-color: rgb(18,86,134); }

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