#125983

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

Shades of Bahama Blue #125983

Tints of Bahama Blue #125983

Color information

#125983 (or 0x125983) is unknown color: approx Bahama Blue. HEX triplet: 12, 59 and 83. RGB value is (18,89,131). Sum of RGB (Red+Green+Blue) = 18+89+131=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #125983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125983 is #EDA67C. Grayscale: #484848. Windows color (decimal): -15574653 or 8608018. OLE color: 8608018.

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

Color convert

RGB1889131-
CMYK0.860.3200.49
HSL202.3º75.84%29.22%-
HSV(B)202.3º86.26%51.37%-
XYZ7.928.9122.78-
YUV72.56160.9889.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 131 (51.56% from 255) = 55.04%
R=7.56%
G=37.39%
B=55.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18891310.860.3200.49202.375.8429.22
Hex1259835620031ca4c1d
Octal221312031264006131211435
Binary100101011001100000111010110100000011000111001010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125983; }

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

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

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

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

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

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

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

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