#125782

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

Shades of Bahama Blue #125782

Tints of Bahama Blue #125782

Color information

#125782 (or 0x125782) is unknown color: approx Bahama Blue. HEX triplet: 12, 57 and 82. RGB value is (18,87,130). Sum of RGB (Red+Green+Blue) = 18+87+130=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #125782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125782 is #EDA87D. Grayscale: #474747. Windows color (decimal): -15575166 or 8541970. OLE color: 8541970.

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

Color convert

RGB1887130-
CMYK0.860.3300.49
HSL203.04º75.68%29.02%-
HSV(B)203.04º86.15%50.98%-
XYZ7.698.5622.37-
YUV71.27161.1490-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=7.66%
G=37.02%
B=55.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18871300.860.3300.49203.0475.6829.02
Hex1257825621031cb4c1d
Octal221272021264106131311435
Binary100101010111100000101010110100001011000111001011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125782; }

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

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

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

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

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

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

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

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