#1F5781

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

Shades of Bahama Blue #1F5781

Tints of Bahama Blue #1F5781

Color information

#1F5781 (or 0x1F5781) is unknown color: approx Bahama Blue. HEX triplet: 1F, 57 and 81. RGB value is (31,87,129). Sum of RGB (Red+Green+Blue) = 31+87+129=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #1F5781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5781 is #E0A87E. Grayscale: #4A4A4A. Windows color (decimal): -14723199 or 8476447. OLE color: 8476447.

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

Color convert

RGB3187129-
CMYK0.760.3300.49
HSL205.71º61.25%31.37%-
HSV(B)205.71º75.97%50.59%-
XYZ7.948.6922.03-
YUV75.04158.4596.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.55%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 129 (50.78% from 255) = 52.23%
R=12.55%
G=35.22%
B=52.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31871290.760.3300.49205.7161.2531.37
Hex1F57814C21031ce3d1f
Octal37127201114410613167537
Binary11111101011110000001100110010000101100011100111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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