#1F587D

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

Shades of Bahama Blue #1F587D

Tints of Bahama Blue #1F587D

Color information

#1F587D (or 0x1F587D) is unknown color: approx Bahama Blue. HEX triplet: 1F, 58 and 7D. RGB value is (31,88,125). Sum of RGB (Red+Green+Blue) = 31+88+125=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F587D is #E0A782. Grayscale: #4A4A4A. Windows color (decimal): -14722947 or 8214559. OLE color: 8214559.

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

Color convert

RGB3188125-
CMYK0.750.3000.51
HSL203.62º60.26%30.59%-
HSV(B)203.62º75.2%49.02%-
XYZ7.768.7520.68-
YUV75.18156.1296.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.70%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 125 (49.22% from 255) = 51.23%
R=12.70%
G=36.07%
B=51.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31881250.750.3000.51203.6260.2630.59
Hex1F587D4B1E033cc3c1f
Octal37130175113360633147437
Binary111111011000111110110010111111001100111100110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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