#125D89

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

Shades of Bahama Blue #125D89

Tints of Bahama Blue #125D89

Color information

#125D89 (or 0x125D89) is unknown color: approx Bahama Blue. HEX triplet: 12, 5D and 89. RGB value is (18,93,137). Sum of RGB (Red+Green+Blue) = 18+93+137=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #125D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125D89 is #EDA276. Grayscale: #4B4B4B. Windows color (decimal): -15573623 or 9002258. OLE color: 9002258.

HSL color Cylindrical-coordinate representation of color #125D89: hue angle of 202.18º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125D89 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1893137-
CMYK0.870.3200.46
HSL202.18º76.77%30.39%-
HSV(B)202.18º86.86%53.73%-
XYZ8.689.7625.09-
YUV75.59162.6586.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 137 (53.91% from 255) = 55.24%
R=7.26%
G=37.5%
B=55.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18931370.870.3200.46202.1876.7730.39
Hex125D89572002Eca4d1e
Octal221352111274005631211536
Binary100101011101100010011010111100000010111011001010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125D89; }

 p { color: rgb(18,93,137); }

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

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

 a { background-color: rgb(18,93,137); }

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

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

 span { border-color: rgb(18,93,137); }

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