#125981

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

Shades of Bahama Blue #125981

Tints of Bahama Blue #125981

Color information

#125981 (or 0x125981) is unknown color: approx Bahama Blue. HEX triplet: 12, 59 and 81. RGB value is (18,89,129). Sum of RGB (Red+Green+Blue) = 18+89+129=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #125981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125981 is #EDA67E. Grayscale: #484848. Windows color (decimal): -15574655 or 8476946. OLE color: 8476946.

HSL color Cylindrical-coordinate representation of color #125981: hue angle of 201.62º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125981 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1889129-
CMYK0.860.3100.49
HSL201.62º75.51%28.82%-
HSV(B)201.62º86.05%50.59%-
XYZ7.788.8622.07-
YUV72.33159.9889.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 129 (50.78% from 255) = 54.66%
R=7.63%
G=37.71%
B=54.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18891290.860.3100.49201.6275.5128.82
Hex125981561F031ca4c1d
Octal221312011263706131211435
Binary10010101100110000001101011011111011000111001010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125981; }

 p { color: rgb(18,89,129); }

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

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

 a { background-color: rgb(18,89,129); }

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

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

 span { border-color: rgb(18,89,129); }

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