#125680

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

Shades of Bahama Blue #125680

Tints of Bahama Blue #125680

Color information

#125680 (or 0x125680) is unknown color: approx Bahama Blue. HEX triplet: 12, 56 and 80. RGB value is (18,86,128). Sum of RGB (Red+Green+Blue) = 18+86+128=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #125680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125680 is #EDA97F. Grayscale: #464646. Windows color (decimal): -15575424 or 8410642. OLE color: 8410642.

HSL color Cylindrical-coordinate representation of color #125680: hue angle of 202.91º 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 #125680 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1886128-
CMYK0.860.3300.50
HSL202.91º75.34%28.63%-
HSV(B)202.91º85.94%50.2%-
XYZ7.478.3421.64-
YUV70.46160.4790.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 128 (50.39% from 255) = 55.17%
R=7.76%
G=37.07%
B=55.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18861280.860.3300.50202.9175.3428.63
Hex1256805621032cb4b1d
Octal221262001264106231311335
Binary100101010110100000001010110100001011001011001011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125680; }

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

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

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

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

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

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

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

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