#125982

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

Shades of Bahama Blue #125982

Tints of Bahama Blue #125982

Color information

#125982 (or 0x125982) is unknown color: approx Bahama Blue. HEX triplet: 12, 59 and 82. RGB value is (18,89,130). Sum of RGB (Red+Green+Blue) = 18+89+130=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #125982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125982 is #EDA67D. Grayscale: #484848. Windows color (decimal): -15574654 or 8542482. OLE color: 8542482.

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

Color convert

RGB1889130-
CMYK0.860.3200.49
HSL201.96º75.68%29.02%-
HSV(B)201.96º86.15%50.98%-
XYZ7.858.8922.42-
YUV72.44160.4889.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=7.59%
G=37.55%
B=54.85%

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
Decimal18891300.860.3200.49201.9675.6829.02
Hex1259825620031ca4c1d
Octal221312021264006131211435
Binary100101011001100000101010110100000011000111001010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125982; }

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

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

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

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

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

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

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

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