#125985

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

Shades of Bahama Blue #125985

Tints of Bahama Blue #125985

Color information

#125985 (or 0x125985) is unknown color: approx Bahama Blue. HEX triplet: 12, 59 and 85. RGB value is (18,89,133). Sum of RGB (Red+Green+Blue) = 18+89+133=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #125985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125985 is #EDA67A. Grayscale: #484848. Windows color (decimal): -15574651 or 8739090. OLE color: 8739090.

HSL color Cylindrical-coordinate representation of color #125985: hue angle of 202.96º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125985 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1889133-
CMYK0.860.3300.48
HSL202.96º76.16%29.61%-
HSV(B)202.96º86.47%52.16%-
XYZ8.068.9723.5-
YUV72.79161.9888.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.5%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 133 (52.34% from 255) = 55.42%
R=7.5%
G=37.08%
B=55.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18891330.860.3300.48202.9676.1629.61
Hex1259855621030cb4c1e
Octal221312051264106031311436
Binary100101011001100001011010110100001011000011001011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125985; }

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

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

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

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

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

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

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

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