#125583

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

Shades of Bahama Blue #125583

Tints of Bahama Blue #125583

Color information

#125583 (or 0x125583) is unknown color: approx Bahama Blue. HEX triplet: 12, 55 and 83. RGB value is (18,85,131). Sum of RGB (Red+Green+Blue) = 18+85+131=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #125583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125583 is #EDAA7C. Grayscale: #454545. Windows color (decimal): -15575677 or 8606994. OLE color: 8606994.

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

Color convert

RGB1885131-
CMYK0.860.3500.49
HSL204.42º75.84%29.22%-
HSV(B)204.42º86.26%51.37%-
XYZ7.598.2622.67-
YUV70.21162.390.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 131 (51.56% from 255) = 55.98%
R=7.69%
G=36.32%
B=55.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18851310.860.3500.49204.4275.8429.22
Hex1255835623031cc4c1d
Octal221252031264306131411435
Binary100101010101100000111010110100011011000111001100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125583; }

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

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

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

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

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

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

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

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