#1f5081

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

Shades of Bahama Blue #1F5081

Tints of Bahama Blue #1F5081

Color information

#1F5081 (or 0x1F5081) is unknown color: approx Bahama Blue. HEX triplet: 1F, 50 and 81. RGB value is (31,80,129). Sum of RGB (Red+Green+Blue) = 31+80+129=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #1F5081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5081 is #E0AF7E. Grayscale: #464646. Windows color (decimal): -14724991 or 8474655. OLE color: 8474655.

HSL color Cylindrical-coordinate representation of color #1F5081: hue angle of 210º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F5081 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3180129-
CMYK0.760.3800.49
HSL210º61.25%31.37%-
HSV(B)210º75.97%50.59%-
XYZ7.47.6121.85-
YUV70.93160.7799.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.92%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 129 (50.78% from 255) = 53.75%
R=12.92%
G=33.33%
B=53.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31801290.760.3800.4921061.2531.37
Hex1F50814C26031d23d1f
Octal37120201114460613227537
Binary11111101000010000001100110010011001100011101001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f5081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1f5081; }

 p { color: rgb(31,80,129); }

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

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

 a { background-color: rgb(31,80,129); }

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

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

 span { border-color: rgb(31,80,129); }

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