#1F5C7F

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

Shades of Bahama Blue #1F5C7F

Tints of Bahama Blue #1F5C7F

Color information

#1F5C7F (or 0x1F5C7F) is unknown color: approx Bahama Blue. HEX triplet: 1F, 5C and 7F. RGB value is (31,92,127). Sum of RGB (Red+Green+Blue) = 31+92+127=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F5C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5C7F is #E0A380. Grayscale: #4D4D4D. Windows color (decimal): -14721921 or 8346655. OLE color: 8346655.

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

Color convert

RGB3192127-
CMYK0.760.2800.50
HSL201.88º60.76%30.98%-
HSV(B)201.88º75.59%49.8%-
XYZ8.229.4821.47-
YUV77.75155.7994.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.4%
GREEN value IS 92 (36.33% from 255) = 36.8%
BLUE value IS 127 (50% from 255) = 50.8%
R=12.4%
G=36.8%
B=50.8%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31921270.760.2800.50201.8860.7630.98
Hex1F5C7F4C1C032ca3d1f
Octal37134177114340623127537
Binary111111011100111111110011001110001100101100101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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