#1F587F

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

Shades of Bahama Blue #1F587F

Tints of Bahama Blue #1F587F

Color information

#1F587F (or 0x1F587F) is unknown color: approx Bahama Blue. HEX triplet: 1F, 58 and 7F. RGB value is (31,88,127). Sum of RGB (Red+Green+Blue) = 31+88+127=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F587F is #E0A780. Grayscale: #4B4B4B. Windows color (decimal): -14722945 or 8345631. OLE color: 8345631.

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

Color convert

RGB3188127-
CMYK0.760.3100.50
HSL204.38º60.76%30.98%-
HSV(B)204.38º75.59%49.8%-
XYZ7.898.821.36-
YUV75.4157.1296.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 127 (50% from 255) = 51.63%
R=12.60%
G=35.77%
B=51.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31881270.760.3100.50204.3860.7630.98
Hex1F587F4C1F032cc3d1f
Octal37130177114370623147537
Binary111111011000111111110011001111101100101100110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,88,127); }

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

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

 a { background-color: rgb(31,88,127); }

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

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

 span { border-color: rgb(31,88,127); }

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